Class NetworkCameraWirelessProfileIdentity
The identity of the wireless profile. Required for creating wireless profiles in 8021x-radius auth mode.
[DataContract]
public class NetworkCameraWirelessProfileIdentity
- Inheritance
-
NetworkCameraWirelessProfileIdentity
- Inherited Members
Properties
Password
The password of the identity.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "password")]
public string Password { get; set; }
Property Value
Username
The username of the identity.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "username")]
public string Username { get; set; }