ShareFilesStorageResourceProvider.GetStorageSharedKeyCredential Delegate

Definition

Delegate for fetching a shared key credential for a given URI.

public delegate Azure.Storage.StorageSharedKeyCredential ShareFilesStorageResourceProvider.GetStorageSharedKeyCredential(string uri, bool readOnly);
type ShareFilesStorageResourceProvider.GetStorageSharedKeyCredential = delegate of string * bool -> StorageSharedKeyCredential
Public Delegate Function ShareFilesStorageResourceProvider.GetStorageSharedKeyCredential(uri As String, readOnly As Boolean) As StorageSharedKeyCredential 

Parameters

uri
String

URI of resource to fetch credential for.

readOnly
Boolean

Whether the permission can be read-only.

Return Value

Applies to