4 instantiations of SSPIHandle
System (4)
net\System\Net\_SafeNetHandles.cs (4)
1072
_handle = new
SSPIHandle
();
1413
_handle = new
SSPIHandle
();
2130
SSPIHandle contextHandle = new
SSPIHandle
();
2246
SSPIHandle contextHandle = new
SSPIHandle
();
23 references to SSPIHandle
System (23)
net\System\Net\_SafeNetHandles.cs (8)
1069
internal
SSPIHandle
_handle; //should be always used as by ref in PINvokes parameters
1408
internal
SSPIHandle
_handle;
1687
SSPIHandle
credentialHandle = inCredentials._handle;
1700
SSPIHandle
contextHandle = outContext._handle;
2003
SSPIHandle
credentialHandle = inCredentials._handle;
2016
SSPIHandle
contextHandle = outContext._handle;
2130
SSPIHandle
contextHandle = new SSPIHandle();
2246
SSPIHandle
contextHandle = new SSPIHandle();
net\System\Net\UnsafeNativeMethods.cs (15)
489
ref
SSPIHandle
handlePtr
495
ref
SSPIHandle
handlePtr
501
ref
SSPIHandle
credentialHandle,
506
ref
SSPIHandle
outContextPtr,
515
ref
SSPIHandle
contextHandle,
522
ref
SSPIHandle
contextHandle,
541
ref
SSPIHandle
handlePtr,
554
ref
SSPIHandle
handlePtr,
568
ref
SSPIHandle
handlePtr,
581
ref
SSPIHandle
handlePtr,
588
ref
SSPIHandle
credentialHandle,
596
ref
SSPIHandle
outContextPtr,
650
internal static extern int QuerySecurityContextToken(ref
SSPIHandle
phContext, [Out] out SafeCloseHandle handle);
1767
ref
SSPIHandle
contextHandle,
1776
[In] ref
SSPIHandle
contextHandle,