TableSharedKeyCredential Class

Definition

A TableSharedKeyCredential is a credential backed by a Storage Account's name and one of its access keys.

public class TableSharedKeyCredential
type TableSharedKeyCredential = class
Public Class TableSharedKeyCredential
Inheritance
TableSharedKeyCredential

Constructors

TableSharedKeyCredential(String, String)

Initializes a new instance of the TableSharedKeyCredential class.

Properties

AccountName

Gets the name of the Storage Account.

Methods

SetAccountKey(String)

Update the Storage Account's access key. This intended to be used when you've regenerated your Storage Account's access keys and want to update long lived clients.

Applies to