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

CryptographyModelFactory.DecryptResult 方法

定义

初始化 类的新实例 DecryptResult 以进行模拟。

public static Azure.Security.KeyVault.Keys.Cryptography.DecryptResult DecryptResult (string keyId = default, byte[] plaintext = default, Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm algorithm = default);
static member DecryptResult : string * byte[] * Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm -> Azure.Security.KeyVault.Keys.Cryptography.DecryptResult
Public Shared Function DecryptResult (Optional keyId As String = Nothing, Optional plaintext As Byte() = Nothing, Optional algorithm As EncryptionAlgorithm = Nothing) As DecryptResult

参数

keyId
String

设置 KeyId 属性。

plaintext
Byte[]

设置 Plaintext 属性。

algorithm
EncryptionAlgorithm

设置 Algorithm 属性。

返回

用于模拟目的的 DecryptResult 类的新实例。

适用于