Share via


SecuritySettings Constructors

Definition

Overloads

SecuritySettings()

Initializes a new instance of the SecuritySettings class.

SecuritySettings(AsymmetricEncryptedSecret, String, String, String)

Initializes a new instance of the SecuritySettings class.

SecuritySettings()

Initializes a new instance of the SecuritySettings class.

public SecuritySettings ();
Public Sub New ()

Applies to

SecuritySettings(AsymmetricEncryptedSecret, String, String, String)

Initializes a new instance of the SecuritySettings class.

public SecuritySettings (Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret deviceAdminPassword, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.EdgeGateway.Models.SecuritySettings : Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.SecuritySettings
Public Sub New (deviceAdminPassword As AsymmetricEncryptedSecret, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

deviceAdminPassword
AsymmetricEncryptedSecret

Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters.

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

Applies to