2 instantiations of CmsSigner
System.Security (2)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
152
ComputeSignature(new
CmsSigner
(m_signerIdentifierType), true);
system\security\cryptography\pkcs\signerinfo.cs (1)
149
ComputeCounterSignature(new
CmsSigner
(m_signedCms.Version == 2 ? SubjectIdentifierType.SubjectKeyIdentifier : SubjectIdentifierType.IssuerAndSerialNumber));
9 references to CmsSigner
System.Security (9)
system\security\cryptography\pkcs\pkcsutils.cs (3)
706
internal static CAPI.CMSG_SIGNER_ENCODE_INFO CreateSignerEncodeInfo (
CmsSigner
signer, out SafeCryptProvHandle hProv) {
713
internal static unsafe CAPI.CMSG_SIGNER_ENCODE_INFO CreateSignerEncodeInfo (
CmsSigner
signer, bool silent, out SafeCryptProvHandle hProv) {
905
internal static X509Certificate2Collection CreateBagOfCertificates (
CmsSigner
signer) {
system\security\cryptography\pkcs\signedpkcs7.cs (4)
155
public void ComputeSignature (
CmsSigner
signer) {
166
public void ComputeSignature (
CmsSigner
signer, bool silent) {
294
private unsafe void Sign (
CmsSigner
signer, bool silent) {
371
private void CoSign (
CmsSigner
signer, bool silent) {
system\security\cryptography\pkcs\signerinfo.cs (2)
152
public void ComputeCounterSignature (
CmsSigner
signer) {
283
private unsafe void CounterSign (
CmsSigner
signer) {