9 writes to _handle
System.IdentityModel (9)
System\IdentityModel\SspiSafeHandles.cs (9)
146_handle = new SSPIHandle(); 405ref outContext._handle, 672ref outContext._handle, 746status = ImpersonateSecurityContext(ref context._handle); 782status = EncryptMessage(ref context._handle, 0, inputOutput, sequenceNumber); 819status = DecryptMessage(ref context._handle, inputOutput, sequenceNumber, &qop); 862status = QuerySecurityContextToken(ref _handle, out safeHandle); 880return DeleteSecurityContext(ref _handle) == 0; 1300status = SafeFreeContextBuffer.QueryContextAttributesW(ref phContext._handle, contextAttribute, buffer);
5 references to _handle
System.IdentityModel (5)
System\IdentityModel\SspiSafeHandles.cs (5)
153return IsClosed || _handle.IsZero; 203contextHandle = refContext._handle; 443outContext._handle.SetToInvalid(); 484contextHandle = refContext._handle; 709outContext._handle.SetToInvalid();