PKCS7Detached.PKCS7Detached

PKCS7Detached(Stream)

Initializes new instance of the PKCS7Detached class.

public PKCS7Detached(Stream image)
ParameterTypeDescription
imageStreamThis image will define signature appearance on the page.

See Also


PKCS7Detached()

Inititalizes new instance of the PKCS7Detached class.

public PKCS7Detached()

See Also


PKCS7Detached(string, string)

Inititalizes new instance of the PKCS7Detached class.

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


PKCS7Detached(Stream, string)

Inititalizes new instance of the PKCS7Detached class.

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