TemplatePackage CreateKey Method
Create a new 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 CreateKey()

Return Value

Type: OnlineString
An XML string representing a new RSA public/private key pair defined in System.Security.Cryptography.RSAParameters.
See Also