次の方法で共有


DataBoxEdgeSecuritySettings(AsymmetricEncryptedSecret) コンストラクター

定義

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)

パラメーター

deviceAdminPassword
AsymmetricEncryptedSecret

デバイスのローカル Web UI へのサインインには、暗号化された文字列 (RSA PKCS #1 を使用して暗号化) としてのデバイス管理者パスワードが使用されます。 実際のパスワードには、大文字、小文字、数字、特殊文字の組み合わせである 8 文字以上が必要です。

例外

deviceAdminPassword が null です。

適用対象