TemplatePackage IsValidKey Method
Check if a string represents a valid RSA key 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 bool IsValidKey(
	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: OnlineBoolean
True if the key is valid.
See Also