[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
The following tables list the members exposed by the SharedAccessPolicy type.
Public Constructors
Name | Description | |
---|---|---|
SharedAccessPolicy | Initializes a new instance of the SharedAccessPolicy class. |
Public Properties
Name | Description | |
---|---|---|
Permissions | Gets or sets the permissions for a shared access signature associated with this shared access policy. | |
SharedAccessExpiryTime | Gets or sets the expiry time for a shared access signature associated with this shared access policy. | |
SharedAccessStartTime | Gets or sets the start time for a shared access signature associated with this shared access policy. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
PermissionsFromString | Constructs a SharedAccessPermissions object from a permissions string. | |
PermissionsToString | Converts the permissions specified for the shared access policy to a string. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |