KeyVaultSigningKeyParameters Class

Definition

Describes the parameters for using a user's KeyVault for URL Signing Key.

public class KeyVaultSigningKeyParameters
type KeyVaultSigningKeyParameters = class
Public Class KeyVaultSigningKeyParameters
Inheritance
KeyVaultSigningKeyParameters

Constructors

KeyVaultSigningKeyParameters()

Initializes a new instance of the KeyVaultSigningKeyParameters class.

KeyVaultSigningKeyParameters(String, String, String, String, String)

Initializes a new instance of the KeyVaultSigningKeyParameters class.

Properties

Odatatype
ResourceGroupName

Gets or sets resource group of the user's Key Vault containing the secret

SecretName

Gets or sets the name of secret in Key Vault.

SecretVersion

Gets or sets the version(GUID) of secret in Key Vault.

SubscriptionId

Gets or sets subscription Id of the user's Key Vault containing the secret

VaultName

Gets or sets the name of the user's Key Vault containing the secret

Methods

Validate()

Validate the object.

Applies to