KeyModelFactory Class

Definition

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

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

Methods

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

Initializes a new instance of DeletedKey for mocking purposes.

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

Initializes a new instance of JsonWebKey for mocking purposes.

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

Initializes a new instance of KeyProperties for mocking purposes.

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

Initializes a new instance of KeyRotationPolicy for mocking purposes.

KeyVaultKey(KeyProperties, JsonWebKey)

Initializes a new instance of KeyVaultKey for mocking purposes.

ReleaseKeyResult(String)

Initializes a new instance of ReleaseKeyResult for mocking purposes.

Applies to