CreateExternalKeyOptions(String, ExternalKey) Constructor

Definition

Initializes a new instance of the CreateExternalKeyOptions class.

public CreateExternalKeyOptions(string name, Azure.Security.KeyVault.Keys.ExternalKey externalKey);
new Azure.Security.KeyVault.Keys.CreateExternalKeyOptions : string * Azure.Security.KeyVault.Keys.ExternalKey -> Azure.Security.KeyVault.Keys.CreateExternalKeyOptions
Public Sub New (name As String, externalKey As ExternalKey)

Parameters

name
String

The name of the key to create.

externalKey
ExternalKey

A reference identifying the external key material.

Exceptions

name is empty.

name or externalKey is null.

Applies to