Signature.DefaultSignatureLength

Signature.DefaultSignatureLength property

Gets or sets the default length for the signature data in bytes.

public int DefaultSignatureLength { get; set; }

Remarks

This is an estimation of the length of the signature in bytes. Used for signing via CustomSignHash if the AvoidEstimatingSignatureLength parameter is set. The default value is 3000.

See Also