12 references to S_OK
System.Security (12)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
268if (hr2 == CAPI.S_OK) { 352if (hr2 == CAPI.S_OK) { 369hr = CAPI.S_OK; 378if (hr != CAPI.S_OK)
system\security\cryptography\pkcs\pkcsutils.cs (3)
787if (hr != CAPI.S_OK) 845return CAPI.S_OK; 867int hr = CAPI.S_OK;
system\security\cryptography\pkcs\signerinfo.cs (2)
505if (hr != CAPI.S_OK) 697if (hr != CAPI.S_OK)
system\security\cryptography\x509\x509utils.cs (3)
353return CAPI.S_OK; 392if (hr != CAPI.S_OK) 407return CAPI.S_OK;