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