6 references to SafeLocalFreeChannelBinding
System (6)
net\System\Net\_SafeNetHandles.cs (2)
2825public static SafeLocalFreeChannelBinding LocalAlloc(int cb) 2827SafeLocalFreeChannelBinding result;
net\System\Net\HttpListener.cs (2)
2451SafeLocalFreeChannelBinding token = null; 2477token = SafeLocalFreeChannelBinding.LocalAlloc(tokenSize);
net\System\Net\UnsafeNativeMethods.cs (1)
670internal static extern SafeLocalFreeChannelBinding LocalAllocChannelBinding(int uFlags, UIntPtr sizetdwBytes);
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
95customChannelBinding = SafeLocalFreeChannelBinding.LocalAlloc(channelBindingData.Length);