Initialize a new signer from a certificate (or certificate chain) and a private key.
The signer's certificate, or the chain starting with the signer's certificate.
The signer's private key.
The scheme used for identifying the signer certificate.
ReadonlycertificateThe signer's certificate (the leaf of certificateChain).
ReadonlycertificateThe certificate chain, starting with the signer's certificate.
ReadonlyprivateThe signer's private key.
ReadonlysignerThe signer identifier type.
The digest algorithm to use (default: SHA-256).
The RSA signature padding to use when the private key is an RSA key.
Attributes included in and covered by the signature.
Attributes included in transport but not covered by the signature.
Staticpkcs12The injectable PKCS#12 loader (set by the crypto backend, wave C2b). Used by CmsSigner.load.
StaticloadLoad a signer from PKCS#12 data (C#: CmsSigner(stream|fileName, password)).
Requires CmsSigner.pkcs12Loader to be set by the crypto backend.
An S/MIME signer.