1. QueryContextAttributes (Schannel) function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa379340...

    Enables a transport application to query the Schannel security package for certain attributes of a security context.

    • Syntax

      SECURITY_STATUS SEC_Entry QueryContextAttributes(
        _In_ PCtxtHandle phContext,
        _In_ ULONG ulAttribute,
        _Out_ PVOID pBuffer
      );
      Was this helpful?Thanks! Give more feedback
  2. QueryContextAttributes (General) function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa379326...

    SECURITY_STATUS SEC_Entry QueryContextAttributes( _In_ PCtxtHandle phContext ... QueryContextAttributesW (Unicode) and QueryContextAttributesA (ANSI) See also

  3. https://msdn.microsoft.com/fr-fr/library/microsoft.visualstudio...

    Pour afficher l’article en anglais, activez la case d’option Anglais. Vous pouvez aussi afficher la version anglaise dans une fenêtre contextuelle en faisant ...

  4. QueryContextAttributesW - …

    https://referencesource.microsoft.com/System/R/8c07cee47d3e31c7.html

    QueryContextAttributesW(ref phContext._handle, contextAttribute, buffer); ...

  5. QueryContextAttributesW - FileLog.net

    filelog.net/func/QueryContextAttributesW

    QueryContextAttributesW function in Export Directory: ksecdd.sys - Kernel Security Support Provider Interface v. 6.3.9600.17415, sha1 ...

  6. jQuery - Set Content and Attributes - W3Schools

    https://www.w3schools.com/jquery/jquery_dom_set.asp

    jQuery - Set Content and Attributes Previous Next ... The following example demonstrates how to set both the href and title attributes at the same time:

  7. Using Application Contexts to Retrieve User Information

    docs.oracle.com/cd/B28359_01/network.111/b28531/app_context.htm

    6 Using Application Contexts to Retrieve User Information. ... You can assign the values to the application context attributes ... you can query the application ...

  8. sspi/zsyscall_windows.go at master · alexbrainman/sspi ...

    https://github.com/alexbrainman/sspi/blob/master/zsyscall_windows.go

    NewProc (" QueryContextAttributesW ") procEncryptMessage = modsecur32. NewProc (" EncryptMessage ") procDecryptMessage = modsecur32. NewProc (" ...

  9. LdapContext (Java Platform SE 7 ) - Oracle Help Center

    docs.oracle.com/javase/7/docs/api/javax/naming/ldap/LdapContext.html

    This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style ... ldapContext.newInstance(reqCtls ...

  10. jQuery() | jQuery API Documentation

    https://api.jquery.com/jQuery

    version added: 1.0 jQuery( selector [, context ] ) selector. Type: Selector. ... An object of attributes, events, and methods to call on the newly-created element.