AzureKeyCredential(String) Constructor

Definition

Initializes a new instance of the AzureKeyCredential class.

public AzureKeyCredential (string key);
new Azure.AzureKeyCredential : string -> Azure.AzureKeyCredential
Public Sub New (key As String)

Parameters

key
String

Key to use to authenticate with the Azure service.

Exceptions

Thrown when the key is null.

Thrown when the key is empty.

Applies to