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