Discuss this help topic in SecureBlackbox Forum
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;
}
Possible values
Declared in
.NET:
- Namespace: SBGSSWinAuth
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum