AzureSasCredential(String) Constructor

Definition

Initializes a new instance of the AzureSasCredential class.

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

Parameters

signature
String

Shared access signature to use to authenticate with the Azure service.

Exceptions

Thrown when the signature is null.

Thrown when the signature is empty.

Applies to