6 references to NotFound
System.Core (6)
System\Security\Cryptography\CngKey.cs (2)
531
error == NCryptNative.ErrorCode.
NotFound
;
650
throw new CryptographicException((int)NCryptNative.ErrorCode.
NotFound
);
System\Security\Cryptography\NCryptNative.cs (4)
1364
if (error != ErrorCode.Success && error != ErrorCode.BufferTooSmall && error != ErrorCode.
NotFound
) {
1368
foundProperty = error != ErrorCode.
NotFound
;
1372
if (error != ErrorCode.
NotFound
&& bufferSize > 0) {
1459
if (error == ErrorCode.
NotFound
) {