StorageCredentials Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property AccountName Gets the associated account name for the credentials.
public property IsAnonymous Gets a value indicating whether the credentials are for anonymous access.
public property IsSAS Gets a value indicating whether the credentials are a shared access signature token.
public property IsSharedKey Gets a value indicating whether the credentials are a shared key.
public property KeyName Gets the associated key name for the credentials.
public property SASToken Gets the associated shared access signature token for the credentials.

See Also