13 references to SafeCloseHandle
System (13)
net\System\Net\_NativeSSPI.cs (4)
41int QuerySecurityContextToken(SafeDeleteContext phContext, out SafeCloseHandle phToken); 193public int QuerySecurityContextToken(SafeDeleteContext phContext, out SafeCloseHandle phToken) { 417public int QuerySecurityContextToken(SafeDeleteContext phContext, out SafeCloseHandle phToken) { 430private static int GetSecurityContextToken(SafeDeleteContext phContext, out SafeCloseHandle safeHandle) {
net\System\Net\_NTAuthentication.cs (4)
575internal SafeCloseHandle GetContextToken(out SecurityStatus status) 585SafeCloseHandle token = null; 594internal SafeCloseHandle GetContextToken() 597SafeCloseHandle token = GetContextToken(out status);
net\System\Net\_SSPIWrapper.cs (1)
306public static int QuerySecurityContextToken(SSPIInterface SecModule, SafeDeleteContext context, out SafeCloseHandle token) {
net\System\Net\HttpListener.cs (2)
1575SafeCloseHandle userContext = null; 1675SafeCloseHandle userContext = null;
net\System\Net\SecureProtocols\_NegoState.cs (1)
333SafeCloseHandle token = null;
net\System\Net\UnsafeNativeMethods.cs (1)
650internal static extern int QuerySecurityContextToken(ref SSPIHandle phContext, [Out] out SafeCloseHandle handle);