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

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

用于加密“值”的指纹证书。 如果值未加密,则为 null。

适用于