4 references to ErrorCode
mscorlib (4)
system\security\cryptography\capinative.cs (4)
372if (errorCode != (int)ErrorCode.MoreData) { 409if (errorCode != (int)ErrorCode.MoreData) { 463throw new CryptographicException((int)ErrorCode.BadHash); 481if (error != (int)ErrorCode.BadSignature) {