Check if a string represents a valid RSA key serialized as XML.
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 key is valid.
See Also