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

CryptographyModelFactory Class

Definition

Model factory that enables mocking for the Key Vault Cryptography library.

public static class CryptographyModelFactory
type CryptographyModelFactory = class
Public Class CryptographyModelFactory
Inheritance
CryptographyModelFactory

Methods

Name Description
DecryptParameters(EncryptionAlgorithm, Byte[], Byte[], Byte[], Byte[])

Initializes a new instance of the DecryptParameters class for mocking purposes.

DecryptResult(String, Byte[], EncryptionAlgorithm)

Initializes a new instance of the DecryptResult class for mocking purposes.

EncryptParameters(EncryptionAlgorithm, Byte[], Byte[], Byte[])

Initializes a new instance of the EncryptParameters class for mocking purposes.

EncryptResult(String, Byte[], EncryptionAlgorithm, Byte[], Byte[], Byte[])

Initializes a new instance of the EncryptResult class for mocking purposes.

SignResult(String, Byte[], SignatureAlgorithm)

Initializes a new instance of the SignResult class for mocking purposes.

UnwrapResult(String, Byte[], KeyWrapAlgorithm)

Initializes a new instance of the UnwrapResult class for mocking purposes.

VerifyResult(String, Boolean, SignatureAlgorithm)

Initializes a new instance of the VerifyResult class for mocking purposes.

WrapResult(String, Byte[], KeyWrapAlgorithm)

Initializes a new instance of the WrapResult class for mocking purposes.

Applies to