Class PasswordAuthentication
The current setting for password-based authentication.
[DataContract]
public class PasswordAuthentication
- Inheritance
-
PasswordAuthentication
- Inherited Members
Properties
Enabled
Whether or not to use EAP-TTLS/PAP or PEAP-GTC password-based authentication via LDAP lookup.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }