4 instantiations of SSPIHandle
System.IdentityModel (4)
System\IdentityModel\SspiSafeHandles.cs (4)
146
_handle = new
SSPIHandle
();
200
SSPIHandle contextHandle = new
SSPIHandle
();
481
SSPIHandle contextHandle = new
SSPIHandle
();
964
_handle = new
SSPIHandle
();
20 references to SSPIHandle
System.IdentityModel (20)
System\IdentityModel\SspiSafeHandles.cs (20)
140
internal
SSPIHandle
_handle; //should be always used as by ref in PINvokes parameters
200
SSPIHandle
contextHandle = new SSPIHandle();
393
SSPIHandle
credentialHandle = inCredentials._handle;
481
SSPIHandle
contextHandle = new SSPIHandle();
663
SSPIHandle
credentialHandle = inCredentials._handle;
886
extern static int QuerySecurityContextToken(ref
SSPIHandle
phContext, [Out] out SafeCloseHandle handle);
892
ref
SSPIHandle
credentialHandle,
900
ref
SSPIHandle
outContextPtr,
910
ref
SSPIHandle
credentialHandle,
915
ref
SSPIHandle
outContextPtr,
926
ref
SSPIHandle
handlePtr
932
ref
SSPIHandle
handlePtr
939
ref
SSPIHandle
contextHandle,
949
ref
SSPIHandle
contextHandle,
959
internal
SSPIHandle
_handle; //should be always used as by ref in PINvokes parameters
1156
ref
SSPIHandle
handlePtr,
1170
ref
SSPIHandle
handlePtr,
1184
ref
SSPIHandle
handlePtr,
1194
ref
SSPIHandle
handlePtr
1342
ref
SSPIHandle
contextHandle,