CreateExternalKeyOptions(String, ExternalKey) Constructor
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.
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.