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

KeyModelFactory 类

定义

为密钥保管库密钥库启用模拟的模型工厂。

public static class KeyModelFactory
type KeyModelFactory = class
Public Class KeyModelFactory
继承
KeyModelFactory

方法

DeletedKey(KeyProperties, JsonWebKey, Uri, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

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

JsonWebKey(KeyType, String, IEnumerable<KeyOperation>, Nullable<KeyCurveName>, Byte[], Byte[], Byte[], Byte[], Byte[], Byte[], Byte[], Byte[], Byte[], Byte[], Byte[], Byte[])

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

KeyProperties(Uri, Uri, String, String, Boolean, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, Nullable<Int32>)

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

KeyRotationPolicy(Uri, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

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

KeyVaultKey(KeyProperties, JsonWebKey)

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

ReleaseKeyResult(String)

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

适用于