Discuss this help topic in SecureBlackbox Forum

TElGSSWinAuthProtocols

Declared in     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    TElGSSWinAuthProtocols = int;
        const int apKerberos = 1;
        const int apNTLM = 2;

[VB.NET]
    TElGSSWinAuthProtocols As Integer
        Const apKerberos As Integer = 1
        Const apNTLM As Integer = 2

[Pascal]
    under development

[C++]
    typedef uint32_t TElGSSWinAuthProtocolsRaw;
    typedef enum { f_apKerberos = 1, f_apNTLM = 2 } TElGSSWinAuthProtocols;

[PHP]
    class TElGSSWinAuthProtocols extends TSBBaseEnum {
        const apKerberos = 1;
        const apNTLM = 2;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBGSSWinAuth
  • Assembly: SecureBlackbox...
VCL:
  • Unit: SBGSSWinAuth
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbgsswinauth.h

Discuss this help topic in SecureBlackbox Forum