1 type derived from SafeFreeContextBufferChannelBinding
System (1)
net\System\Net\_SafeNetHandles.cs (1)
2934internal sealed class SafeFreeContextBufferChannelBinding_SECURITY : SafeFreeContextBufferChannelBinding
10 references to SafeFreeContextBufferChannelBinding
System (10)
net\System\Net\_NativeSSPI.cs (5)
38int QueryContextChannelBinding(SafeDeleteContext phContext, ContextAttribute attribute, out SafeFreeContextBufferChannelBinding refHandle); 161public unsafe int QueryContextChannelBinding(SafeDeleteContext phContext, ContextAttribute attribute, out SafeFreeContextBufferChannelBinding refHandle) 163refHandle = SafeFreeContextBufferChannelBinding.CreateEmptyHandle(Library); 167return SafeFreeContextBufferChannelBinding.QueryContextChannelBinding(Library, phContext, attribute, &bindings, refHandle); 386public int QueryContextChannelBinding(SafeDeleteContext context, ContextAttribute attribute, out SafeFreeContextBufferChannelBinding binding)
net\System\Net\_SafeNetHandles.cs (3)
2863internal static SafeFreeContextBufferChannelBinding CreateEmptyHandle(SecurDll dll) 2872public unsafe static int QueryContextChannelBinding(SecurDll dll, SafeDeleteContext phContext, ContextAttribute contextAttribute, Bindings* buffer, SafeFreeContextBufferChannelBinding refHandle) 2884private unsafe static int QueryContextChannelBinding_SECURITY(SafeDeleteContext phContext, ContextAttribute contextAttribute, Bindings* buffer, SafeFreeContextBufferChannelBinding refHandle)
net\System\Net\_SSPIWrapper.cs (2)
498public static SafeFreeContextBufferChannelBinding QueryContextChannelBinding(SSPIInterface SecModule, SafeDeleteContext securityContext, ContextAttribute contextAttribute) 502SafeFreeContextBufferChannelBinding result;