Get the public RSA key serialized as XML from a RSA public/private key pair 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:
An XML string representing the RSA public key part defined in System.Security.Cryptography.RSAParameters.
See Also