PKCS1.PKCS1

PKCS1(Stream)

Initializes new instance of the PKCS1 class.

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

See Also


PKCS1()

Inititalizes new instance of the PKCS1 class.

public PKCS1()

See Also


PKCS1(string, string)

Inititalizes new instance of the PKCS1 class.

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

See Also


PKCS1(Stream, string)

Inititalizes new instance of the PKCS1 class.

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