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