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