Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

SharedAccessTablePolicy Class (Microsoft.WindowsAzure.Storage.Table)

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

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..SharedAccessTablePolicy

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodSharedAccessTablePolicy()()()()

Initializes a new instance of the SharedAccessTablePolicy 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