StorageCredentials Methods

Windows Runtime Azure Storage Client Library

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.

Protected Methods

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

See Also