TemplatePackage GetPublicKeyOf Method
Get the public RSA key serialized as XML from a RSA public/private key pair serialized as XML.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetPublicKeyOf(
	string rsaParamsXml
)

Parameters

rsaParamsXml
Type: OnlineSystem String
RSA key serialized to XML. This can be a public/private key pair or a public key only.

Return Value

Type: OnlineString
An XML string representing the RSA public key part defined in System.Security.Cryptography.RSAParameters.
See Also