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

SetContextAttributes() public method

public SetContextAttributes ( System.Net.SafeDeleteContext context, System.Net.Interop attribute, byte buffer ) : int
context System.Net.SafeDeleteContext
attribute System.Net.Interop
buffer byte
return int
        public int SetContextAttributes(SafeDeleteContext context, Interop.SspiCli.ContextAttribute attribute, byte[] buffer)
        {
            throw NotImplemented.ByDesignWithMessage(SR.net_MethodNotImplementedException);
        }