Class SignatureOptions

SignatureOptions class

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

public class SignatureOptions

Constructors

NameDescription
SignatureOptions()The default constructor.

Properties

NameDescription
Detached { get; set; }If detached is true, the signature is detached.If detached is false(the default), the signature is not detached.

See Also