TextVerifyOptions

TextVerifyOptions()

Initializes a new instance of the TextVerifyOptions with default values.

public TextVerifyOptions()

See Also


TextVerifyOptions(string)

Initializes a new instance of the TextVerifyOptions with verification text.

public TextVerifyOptions(string text)
Parameter Type Description
text String Text to be verified

See Also


TextVerifyOptions(string, TextSignatureImplementation)

Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation.

public TextVerifyOptions(string text, TextSignatureImplementation implementation)
Parameter Type Description
text String Text to be verified.
implementation TextSignatureImplementation Signature Implementation type.

See Also