你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm) 构造函数

定义

初始化 AsymmetricEncryptedSecret 的新实例。

public AsymmetricEncryptedSecret (string value, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm encryptionAlgorithm);
new Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret : string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm -> Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret
Public Sub New (value As String, encryptionAlgorithm As DataBoxEdgeEncryptionAlgorithm)

参数

value
String

机密的值。

encryptionAlgorithm
DataBoxEdgeEncryptionAlgorithm

用于加密“Value”的算法。

例外

value 为 null。

适用于