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