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