PKCS7.PKCS7

PKCS7()

Inititalizes new instance of the PKCS7 class.

public PKCS7()

See Also


PKCS7(string, string)

Inititalizes new instance of the PKCS7 class.

public PKCS7(string pfx, string password)
ParameterTypeDescription
pfxStringPfx file which contains certificate for signing.
passwordStringPassword for certificate.

See Also


PKCS7(Stream, string)

Inititalizes new instance of the PKCS7 class.

public PKCS7(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