StorageCredentials Members

Windows Runtime Azure Storage Client Library

Represents a set of credentials used to authenticate access to a Windows Azure storage account.

The following tables list the members exposed by the StorageCredentials type.

Public Constructors

  Name Description
StorageCredentials Overloaded.  
Top

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.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals Determines whether an other StorageCredentials object is equal to this one by comparing their SAS tokens, account names, key names, and key values.
public method Equals  (Inherited from Object)
public method ExportBase64EncodedKey Exports the value of the account access key to a Base64-encoded string.
public method ExportKey Returns the account key for the credentials.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
public method TransformUri Overloaded.  
public method UpdateKey Overloaded.  
public method UpdateSASToken Updates the shared access signature (SAS) token value for storage credentials created with a shared access signature.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also