Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..SharedAccessBlobPolicy

Syntax

 
public sealed class SharedAccessBlobPolicy
 
public ref class SharedAccessBlobPolicy sealed 
 
[<Sealed>]
type SharedAccessBlobPolicy = class end
 
Public NotInheritable Class SharedAccessBlobPolicy

Constructors

NameDescription
System_CAPS_pubmethodSharedAccessBlobPolicy()()()()

Initializes a new instance of the SharedAccessBlobPolicy class.

Properties

NameDescription
System_CAPS_pubpropertyPermissionsPermissionsPermissionsPermissions

Gets or sets the permissions for a shared access signature associated with this shared access policy.

System_CAPS_pubpropertySharedAccessExpiryTimeSharedAccessExpiryTimeSharedAccessExpiryTimeSharedAccessExpiryTime

Gets or sets the expiry time for a shared access signature associated with this shared access policy.

System_CAPS_pubpropertySharedAccessStartTimeSharedAccessStartTimeSharedAccessStartTimeSharedAccessStartTime

Gets or sets the start time for a shared access signature associated with this shared access policy.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top