Determine if the RSA key is only a public key.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- rsaParamsXml
- Type:
System String
RSA key serialized to XML. This can be a public/private key pair or a public key only.
Return Value
Type:
True if the RSA key is only a public key, not a public/private key pair.
See Also