DataBoxEdgeSecuritySettings(AsymmetricEncryptedSecret) Constructor

Definition

Initializes a new instance of DataBoxEdgeSecuritySettings.

public DataBoxEdgeSecuritySettings (Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret deviceAdminPassword);
new Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSecuritySettings : Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSecuritySettings
Public Sub New (deviceAdminPassword As AsymmetricEncryptedSecret)

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.

Exceptions

deviceAdminPassword is null.

Applies to