次の方法で共有


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 です。

適用対象