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

SetContextAttributes() public method

public SetContextAttributes ( SafeDeleteContext phContext, System.Net.Interop attribute, byte buffer ) : int
phContext SafeDeleteContext
attribute System.Net.Interop
buffer byte
return int
        public int SetContextAttributes(SafeDeleteContext phContext, Interop.SspiCli.ContextAttribute attribute, byte[] buffer)
        {
            return SafeFreeContextBuffer.SetContextAttributes(phContext, attribute, buffer);
        }