KeyVaultSigningKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the parameters for using a user's KeyVault for URL Signing Key.
public class KeyVaultSigningKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.KeyVaultSigningKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.KeyVaultSigningKey>
public class KeyVaultSigningKey
type KeyVaultSigningKey = class
interface IJsonModel<KeyVaultSigningKey>
interface IPersistableModel<KeyVaultSigningKey>
type KeyVaultSigningKey = class
Public Class KeyVaultSigningKey
Implements IJsonModel(Of KeyVaultSigningKey), IPersistableModel(Of KeyVaultSigningKey)
Public Class KeyVaultSigningKey
- Inheritance
-
KeyVaultSigningKey
- Implements
Constructors
KeyVaultSigningKey(KeyVaultSigningKeyType, String, String, String, String, String) |
Initializes a new instance of KeyVaultSigningKey. |
Properties
KeyType |
Gets or sets the key type. |
ResourceGroupName |
Resource group of the user's Key Vault containing the secret. |
SecretName |
The name of secret in Key Vault. |
SecretVersion |
The version(GUID) of secret in Key Vault. |
SubscriptionId |
Subscription Id of the user's Key Vault containing the secret. |
VaultName |
The name of the user's Key Vault containing the secret. |
Explicit Interface Implementations
IJsonModel<KeyVaultSigningKey>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KeyVaultSigningKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KeyVaultSigningKey>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KeyVaultSigningKey>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KeyVaultSigningKey>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET