4 references to CRYPT_E_NO_SIGNER
System.Security (4)
system\security\cryptography\pkcs\signedpkcs7.cs (2)
447throw new CryptographicException(CAPI.CRYPT_E_NO_SIGNER); 458throw new CryptographicException(CAPI.CRYPT_E_NO_SIGNER);
system\security\cryptography\pkcs\signerinfo.cs (2)
476lastWin32Error = CAPI.CRYPT_E_NO_SIGNER; 676throw new CryptographicException(CAPI.CRYPT_E_NO_SIGNER);