Class SecureConnectTunnelClientAuthentication
SecureConnectTunnelClientAuthentication
[DataContract]
public class SecureConnectTunnelClientAuthentication
- Inheritance
-
SecureConnectTunnelClientAuthentication
- Inherited Members
Constructors
SecureConnectTunnelClientAuthentication()
public SecureConnectTunnelClientAuthentication()
Properties
Authentication
The authentication context of the client.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "authentication")]
public SecureConnectTunnelClientAuthenticationParameters? Authentication { get; set; }
Property Value
DeviceType
enum = "PSK" - Note : This property is currently a single value but it may be extended to support multiple values in the future.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceType")]
public string DeviceType { get; set; }