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