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 SharedAccessTablePolicy type.
Public Constructors
| Name | Description | |
|---|---|---|
| SharedAccessTablePolicy | Initializes a new instance of the SharedAccessTablePolicy 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 SharedAccessTablePermissions 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) |