WindowsAuthProtocol enumeration

Defines the protocol used for Windows Authentication.

public enum WindowsAuthProtocol

Values

name value description
Negotiate 0 Negotiate protocol (Kerberos or NTLM).
Ntlm 1 NTLM protocol.

See Also