System.Net.SSPIAuthType.QueryContextChannelBinding C# (CSharp) Метод

QueryContextChannelBinding() публичный Метод

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
Результат 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();
        }