System.Net.SSPIAuthType.QueryContextChannelBinding C# (CSharp) Method

QueryContextChannelBinding() public method

public QueryContextChannelBinding ( System.Net.SafeDeleteContext context, System.Net.Interop attribute, System.Net.SafeFreeContextBufferChannelBinding &binding ) : int
context System.Net.SafeDeleteContext
attribute System.Net.Interop
binding System.Net.SafeFreeContextBufferChannelBinding
return int
        public int QueryContextChannelBinding(SafeDeleteContext context, Interop.SspiCli.ContextAttribute attribute, out SafeFreeContextBufferChannelBinding binding)
        {
            // Querying an auth SSP for a CBT is not supported.
            binding = null;
            throw new NotSupportedException();
        }