NTLM::FlagsHigh
Inherits Enum < Comparable < Value < Object
Constants
TargetTypeDomain = 1
TargetName MUST be a domain name
TargetTypeServer = 2
TargetName MUST be a server name
TargetTypeShare = 4
indicate that the target authentication realm is a share
NegotiateSessionSecurity = 8
requests usage of the NTLM v2 (session security)
NegotiateIdentity = 16
requests an identify level token
RequestAcceptResponse = 32
RequestNonNTSessionKey = 64
requests the usage of the LMOWF
NegotiateDomainInfo = 128
indicates that the TargetInfo fields in the CHALLENGE are populated
Reserved1 = 256
NegotiateVersion = 512
requests the protocol version number
Reserved2 = 1024
Reserved3 = 2048
Reserved4 = 4096
Negotiate128Bit = 8192
requests 128-bit session key negotiation
NegotiateKeyExchange = 16384
requests an explicit key exchange
Negotiate56Bit = 32768
requests 56-bit encryption
None = 0
All = 65535
Instance methods
none?
Source