SignatureOptions

SignatureOptions class

This class allow the user to specify additional options when sign a message.

The SignatureOptions type exposes the following members:

Constructors

NameDescription
SignatureOptions()Initializes a new instance of the SignatureOptions class

Properties

NameDescription
detachedIf detached is true, the signature is detached.If detached is false(the default), the signature is not detached.

See Also