15 references to S_OK
System.Security.Cryptography (15)
System\Security\Cryptography\CapiHelper.DSA.Windows.cs (1)
30if (S_OK == AcquireCryptContext(out safeProvHandle,
System\Security\Cryptography\CapiHelper.Windows.cs (12)
59if (S_OK == AcquireCryptContext(out safeProvHandle, null, MS_ENH_RSA_AES_PROV, 128if (S_OK != ret) 146int ret = S_OK; 183if (S_OK != ret) 237if (hr != S_OK) 256return S_OK; 271if (hr != S_OK) 455int hr = S_OK; 461if (hr == S_OK) 473int hr = S_OK; 480if (hr != S_OK) 732if (hr != S_OK)
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (2)
207if (hr != CapiHelper.S_OK) 242if (hr != CapiHelper.S_OK)