Class RadiusAuthentication
Object for RADIUS Authentication Settings
[DataContract]
public class RadiusAuthentication
- Inheritance
-
RadiusAuthentication
- Inherited Members
Constructors
RadiusAuthentication()
public RadiusAuthentication()
Properties
Mode
Authentication mode of the policy ( Open | Closed ) enum = ["Closed", "Open"]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "mode")]
public RadiusAuthenticationMode? Mode { get; set; }