StorageAccountGetKeysResponse.SecondaryKey Property

 

Gets or sets the secondary access key for the storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

public string SecondaryKey { get; set; }

Property Value

Type: System.String

The secondary access key.

Return to top
Show: