System.Net.Security.SafeSspiAuthDataHandle.SafeFreeContextBuffer.SafeFreeCertContext.SafeFreeCredentials.SafeCredentialReference.SafeDeleteContext.SafeFreeContextBufferChannelBinding.QueryContextChannelBinding C# (CSharp) Method

QueryContextChannelBinding() public static method

public static QueryContextChannelBinding ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, SecPkgContext_Bindings buffer, System.Net.Security.SafeFreeContextBufferChannelBinding refHandle ) : int
phContext System.Net.Security.SafeDeleteContext
contextAttribute Interop
buffer SecPkgContext_Bindings
refHandle System.Net.Security.SafeFreeContextBufferChannelBinding
return int
        public unsafe static int QueryContextChannelBinding(SafeDeleteContext phContext, Interop.SspiCli.ContextAttribute contextAttribute, SecPkgContext_Bindings* buffer, SafeFreeContextBufferChannelBinding refHandle)
        {
            return QueryContextChannelBinding_SECURITY(phContext, contextAttribute, buffer, refHandle);
        }
SafeSspiAuthDataHandle.SafeFreeContextBuffer.SafeFreeCertContext.SafeFreeCredentials.SafeCredentialReference.SafeDeleteContext.SafeFreeContextBufferChannelBinding