SignatureOptions.Detached

SignatureOptions.Detached property

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

public bool Detached { get; set; }

See Also