Signature.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)
ParameterTypeDescription
pfxStringPfx file which contains certificate for signing.
passwordStringPassword 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)
ParameterTypeDescription
pfxStreamStream with certificate data organized as pfx.
passwordStringPassword to get access to the private key in the certificate.

See Also