你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataBoxEdgeSecuritySettings(AsymmetricEncryptedSecret) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
设备管理员密码作为加密字符串 (使用 RSA PKCS #1 加密) 用于登录到设备的本地 Web UI。 实际密码应至少包含 8 个字符,这些字符是大写、小写、数字和特殊字符的组合。
例外
deviceAdminPassword
为 null。