Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a shared access policy for a account, which specifies the start time, expiry time, permissions, signed service, signed resource type, signed protocol, and signed IP addresses for a shared access signature.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..SharedAccessAccountPolicy

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodSharedAccessAccountPolicy()()()()

Initializes a new instance of the SharedAccessAccountPolicy class.

Properties

NameDescription
System_CAPS_pubpropertyIPAddressOrRangeIPAddressOrRangeIPAddressOrRangeIPAddressOrRange

Gets or sets the allowed IP address or IP address range for a shared access signature associated with this shared access policy.

System_CAPS_pubpropertyPermissionsPermissionsPermissionsPermissions

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

System_CAPS_pubpropertyProtocolsProtocolsProtocolsProtocols

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

System_CAPS_pubpropertyResourceTypesResourceTypesResourceTypesResourceTypes

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

System_CAPS_pubpropertyServicesServicesServicesServices

Gets or sets the services (blob, file, queue, table) 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