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