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