SharedAccessPolicy Members

Storage Client Library NET API

[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.]

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

 NameDescription
SharedAccessPolicyInitializes a new instance of the SharedAccessPolicy class.
Top

Public Properties

 NameDescription
public propertyPermissionsGets or sets the permissions for a shared access signature associated with this shared access policy.
public propertySharedAccessExpiryTimeGets or sets the expiry time for a shared access signature associated with this shared access policy.
public propertySharedAccessStartTimeGets or sets the start time for a shared access signature associated with this shared access policy.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticPermissionsFromStringConstructs a SharedAccessPermissions object from a permissions string.
public methodstaticPermissionsToStringConverts the permissions specified for the shared access policy to a string.
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also