DataBoxEdgeSecuritySettings(AsymmetricEncryptedSecret) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET