System.Net.Security.SafeSspiAuthDataHandle.SafeFreeContextBuffer.SafeFreeContextBuffer.SetContextAttributes C# (CSharp) Method

SetContextAttributes() public static method

public static SetContextAttributes ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer ) : int
phContext System.Net.Security.SafeDeleteContext
contextAttribute Interop
buffer byte
return int
        public static int SetContextAttributes(
            SafeDeleteContext phContext,
            Interop.SspiCli.ContextAttribute contextAttribute, byte[] buffer)
        {
            return SetContextAttributes_SECURITY(phContext, contextAttribute, buffer);
        }