Click or drag to resize

MessageSigner Constructor

Overload List
  NameDescription
Public methodMessageSigner(X509Certificate2)
Initializes a new instance of the MessageSigner class from signer certificate and default hash algorithm. Default hash algorithm is SHA256.
Public methodMessageSigner(X509Certificate2, Oid2)
Initializes a new instance of the MessageSigner class from signer certificate and client-provided hash algorithm.
Top
See Also