6 references to E_NOTIMPL
System.Security (6)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
345throw new CryptographicException(CAPI.E_NOTIMPL); 560hr = CAPI.E_NOTIMPL;
system\security\cryptography\pkcs\recipientinfo.cs (1)
449throw new CryptographicException(CAPI.E_NOTIMPL);
system\security\cryptography\pkcs\signerinfo.cs (3)
155throw new CryptographicException(CAPI.E_NOTIMPL); 172throw new CryptographicException(CAPI.E_NOTIMPL); 183throw new CryptographicException(CAPI.E_NOTIMPL);