2 implementations of QueryContextChannelBinding
System (2)
net\System\Net\_NativeSSPI.cs (2)
161public unsafe int QueryContextChannelBinding(SafeDeleteContext phContext, ContextAttribute attribute, out SafeFreeContextBufferChannelBinding refHandle) 386public int QueryContextChannelBinding(SafeDeleteContext context, ContextAttribute attribute, out SafeFreeContextBufferChannelBinding binding)
1 reference to QueryContextChannelBinding
System (1)
net\System\Net\_SSPIWrapper.cs (1)
503int errorCode = SecModule.QueryContextChannelBinding(securityContext, contextAttribute, out result);