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

QueryContextAttributes() public static method

public static QueryContextAttributes ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer, SafeHandle refHandle ) : int
phContext System.Net.Security.SafeDeleteContext
contextAttribute Interop
buffer byte
refHandle System.Runtime.InteropServices.SafeHandle
return int
        public unsafe static int QueryContextAttributes(SafeDeleteContext phContext, Interop.SspiCli.ContextAttribute contextAttribute, byte* buffer, SafeHandle refHandle)
        {
            return QueryContextAttributes_SECURITY(phContext, contextAttribute, buffer, refHandle);
        }