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