3 references to CreateSignerEncodeInfo
System.Security (3)
system\security\cryptography\pkcs\pkcsutils.cs (1)
707return CreateSignerEncodeInfo(signer, false, out hProv);
system\security\cryptography\pkcs\signedpkcs7.cs (2)
299CAPI.CMSG_SIGNER_ENCODE_INFO signerEncodeInfo = PkcsUtils.CreateSignerEncodeInfo(signer, silent, out safeCryptProvHandle); 373CAPI.CMSG_SIGNER_ENCODE_INFO signerEncodeInfo = PkcsUtils.CreateSignerEncodeInfo(signer, silent, out safeCryptProvHandle);