3 references to ERROR_CANCELLED
System.Security (3)
system\security\cryptography\pkcs\pkcsutils.cs (2)
521throw new CryptographicException(CAPI.ERROR_CANCELLED); 558throw new CryptographicException(CAPI.ERROR_CANCELLED);
system\security\cryptography\x509\x509ui.cs (1)
84if (dwErrorCode != CAPI.ERROR_SUCCESS && dwErrorCode != CAPI.ERROR_CANCELLED)