Signature

Signature()

Inititalizes new instance of the Signature class.

public Signature()

See Also


Signature(string, string)

Inititalizes new instance of the Signature class.

public Signature(string pfx, string password)
Parameter Type Description
pfx String Pfx file which contains certificate for signing.
password String Password to get access to the private key in the certificate.

See Also


Signature(Stream, string)

Inititalizes new instance of the Signature class.

public Signature(Stream pfx, string password)
Parameter Type Description
pfx Stream Stream with certificate data organized as pfx.
password String Password to get access to the private key in the certificate.

See Also