DigitalSignature

DigitalSignature(X509Certificate2)

Creates a new DigitalSignature object with the specified certificate.

public DigitalSignature(X509Certificate2 certificate)
ParameterTypeDescription
certificateX509Certificate2Certificate that will be used to sign the presentation.

See Also


DigitalSignature(string, string)

Creates a new DigitalSignature object with the specified certificate file path and password.

public DigitalSignature(string filePath, string password)
ParameterTypeDescription
filePathStringPath to the file with certificate.
passwordStringPassword required to access certificate.

See Also