MessageSigner Constructor

Overload List

MessageSigner(X509Certificate2) Initializes a new instance of the MessageSigner class from signer certificate and default hash algorithm. Default hash algorithm is SHA256.
MessageSigner(X509Certificate2, Oid2) Initializes a new instance of the MessageSigner class from signer certificate and client-provided hash algorithm.

See Also