你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SymmetricEncryptedSecret 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SymmetricEncryptedSecret() |
初始化 SymmetricEncryptedSecret 类的新实例。 |
SymmetricEncryptedSecret(String, EncryptionAlgorithm, String) |
初始化 SymmetricEncryptedSecret 类的新实例。 |
SymmetricEncryptedSecret()
初始化 SymmetricEncryptedSecret 类的新实例。
public SymmetricEncryptedSecret ();
Public Sub New ()
适用于
SymmetricEncryptedSecret(String, EncryptionAlgorithm, String)
初始化 SymmetricEncryptedSecret 类的新实例。
public SymmetricEncryptedSecret (string value, Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionAlgorithm encryptionAlgorithm, string valueCertificateThumbprint = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.SymmetricEncryptedSecret : string * Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionAlgorithm * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.SymmetricEncryptedSecret
Public Sub New (value As String, encryptionAlgorithm As EncryptionAlgorithm, Optional valueCertificateThumbprint As String = Nothing)
参数
- value
- String
机密本身的值。 如果机密为纯文本或 null,则 EncryptionAlgorithm 将无。
- encryptionAlgorithm
- EncryptionAlgorithm
用于加密“值”的算法。 可能的值包括:“None”、“AES256”、“RSAES_PKCS1_v_1_5”
- valueCertificateThumbprint
- String
用于加密“Value”的证书的指纹。