14 writes to _handle
System (14)
net\System\Net\_NativeSSPI.cs (7)
119status = UnsafeNclNativeMethods.NativeNTSSPI.EncryptMessage(ref context._handle, 0, inputOutput, sequenceNumber); 146status = UnsafeNclNativeMethods.NativeNTSSPI.DecryptMessage(ref context._handle, inputOutput, sequenceNumber, null); 281status = UnsafeNclNativeMethods.NativeNTSSPI.EncryptMessage(ref context._handle, 0, inputOutput, sequenceNumber); 310status = UnsafeNclNativeMethods.NativeNTSSPI.DecryptMessage(ref context._handle, inputOutput, sequenceNumber, &qop); 348status = UnsafeNclNativeMethods.NativeNTSSPI.EncryptMessage(ref context._handle, SECQOP_WRAP_NO_ENCRYPT, inputOutput, sequenceNumber); 377status = UnsafeNclNativeMethods.NativeNTSSPI.DecryptMessage(ref context._handle, inputOutput, sequenceNumber, &qop); 450status = UnsafeNclNativeMethods.SafeNetHandles.QuerySecurityContextToken(ref phContext._handle, out safeHandle);
net\System\Net\_SafeNetHandles.cs (7)
555status = UnsafeNclNativeMethods.SafeNetHandles_SECURITY.QueryContextAttributesW(ref phContext._handle, contextAttribute, buffer); 617ref phContext._handle, contextAttribute, buffer, buffer.Length); 1413_handle = new SSPIHandle(); 1718ref outContext._handle, 2031ref outContext._handle, 2330return UnsafeNclNativeMethods.SafeNetHandles_SECURITY.DeleteSecurityContext(ref _handle) == 0; 2915status = UnsafeNclNativeMethods.SafeNetHandles_SECURITY.QueryContextAttributesW(ref phContext._handle, contextAttribute, buffer);
10 references to _handle
System (10)
net\System\Net\_SafeNetHandles.cs (10)
1418return IsClosed || _handle.IsZero; 1423return _handle.ToString(); 1499isContextAbsent = refContext._handle.IsZero; 1700SSPIHandle contextHandle = outContext._handle; 1755outContext._handle.SetToInvalid(); 1824isContextAbsent = refContext._handle.IsZero; 2016SSPIHandle contextHandle = outContext._handle; 2069outContext._handle.SetToInvalid(); 2132contextHandle = refContext._handle; 2249contextHandle = refContext._handle;