Class AuthenticationTypes
Authentication types
[DataContract]
public class AuthenticationTypes
- Inheritance
-
AuthenticationTypes
- Inherited Members
Properties
Credentials
Credentials
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "credentials")]
public List<string> Credentials { get; set; }
Property Value
EapInnerAuthentication
EapInnerAuthentication
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "eapInnerAuthentication")]
public List<string> EapInnerAuthentication { get; set; }
Property Value
NonEapInnerAuthentication
NonEapInnerAuthentication
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "nonEapInnerAuthentication")]
public List<string> NonEapInnerAuthentication { get; set; }
Property Value
TunneledEapMethodCredentials
TunneledEapMethodCredentials
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "tunneledEapMethodCredentials")]
public List<string> TunneledEapMethodCredentials { get; set; }