System.Net.SSPISecureChannelType.SetContextAttributes C# (CSharp) 메소드

SetContextAttributes() 공개 메소드

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