6 writes to _handle
System.IdentityModel (6)
System\IdentityModel\SspiSafeHandles.cs (6)
964
_handle
= new SSPIHandle();
1005
ref outCredential.
_handle
,
1040
ref outCredential.
_handle
,
1086
ref outCredential.
_handle
,
1127
ref outCredential.
_handle
,
1143
return FreeCredentialsHandle(ref
_handle
) == 0;
3 references to _handle
System.IdentityModel (3)
System\IdentityModel\SspiSafeHandles.cs (3)
393
SSPIHandle credentialHandle = inCredentials.
_handle
;
663
SSPIHandle credentialHandle = inCredentials.
_handle
;
972
get { return IsClosed ||
_handle
.IsZero; }