Overload | Description |
---|---|
PKCS7SignatureHandler Constructor(Byte[]) | Initializes a new instance of the PKCS7SignatureHandler class, providing an already-loaded PKCS#12 object. For example, an System.Security.Cryptography.X509Certificates.X509Certificate2 exported with System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs12 or a file's contents. |
PKCS7SignatureHandler Constructor(Byte[],String) | Initializes a new instance of the PKCS7SignatureHandler class, providing an already-loaded X.509 certificate. |
PKCS7SignatureHandler Constructor(String) | Initializes a new instance of the PKCS7SignatureHandler class. |
PKCS7SignatureHandler Constructor(String,String) | Initializes a new instance of the PKCS7SignatureHandler class. |