TemplatePackage IsPublicOnlyKey Method
Determine if the RSA key is only a public key.

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

public static bool IsPublicOnlyKey(
	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 RSA key is only a public key, not a public/private key pair.
See Also