SignatureField.Signature

SignatureField.Signature property

Gets signature object. This object contains signature data regarding public-key cryptographic standards. Classes PKCS1, PKCS7 and PKCS7Detached represent all supported types of signature objects.

public Signature Signature { get; }

See Also