ExternalSignature.ExternalSignature

ExternalSignature constructor

Creates a detached PKCS#7Detached signature using a X509Certificate2. It supports usb smartcards, tokens without exportable private keys.

public ExternalSignature(X509Certificate2 certificate)
ParameterTypeDescription
certificateX509Certificate2The certificate with the private key

See Also