次の方法で共有


AsymmetricEncryptedSecret コンストラクター

定義

オーバーロード

AsymmetricEncryptedSecret()

AsymmetricEncryptedSecret クラスの新しいインスタンスを初期化します。

AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)

AsymmetricEncryptedSecret クラスの新しいインスタンスを初期化します。

AsymmetricEncryptedSecret()

AsymmetricEncryptedSecret クラスの新しいインスタンスを初期化します。

public AsymmetricEncryptedSecret();
Public Sub New ()

適用対象

AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)

AsymmetricEncryptedSecret クラスの新しいインスタンスを初期化します。

public AsymmetricEncryptedSecret(string value, Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionAlgorithm encryptionAlgorithm, string encryptionCertThumbprint = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret : string * Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionAlgorithm * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret
Public Sub New (value As String, encryptionAlgorithm As EncryptionAlgorithm, Optional encryptionCertThumbprint As String = Nothing)

パラメーター

value
String

シークレットの値。

encryptionAlgorithm
EncryptionAlgorithm

"Value" の暗号化に使用されるアルゴリズム。 使用できる値は、'None'、'AES256'、'RSAES_PKCS1_v_1_5' です。

encryptionCertThumbprint
String

"Value" の暗号化に使用された拇印証明書。 の値が暗号化されていない場合、null になります。

適用対象