SharedAccessAuthorizationRuleProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SharedAccessAuthorizationRule properties.
public class SharedAccessAuthorizationRuleProperties
type SharedAccessAuthorizationRuleProperties = class
Public Class SharedAccessAuthorizationRuleProperties
- Inheritance
-
SharedAccessAuthorizationRuleProperties
Constructors
SharedAccessAuthorizationRuleProperties() |
Initializes a new instance of the SharedAccessAuthorizationRuleProperties class. |
SharedAccessAuthorizationRuleProperties(IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the SharedAccessAuthorizationRuleProperties class. |
Properties
ClaimType |
Gets a string that describes the claim type |
ClaimValue |
Gets a string that describes the claim value |
CreatedTime |
Gets the created time for this rule |
KeyName |
Gets a string that describes the authorization rule. |
ModifiedTime |
Gets the last modified time for this rule |
PrimaryKey |
Gets a base64-encoded 256-bit primary key for signing and validating the SAS token. |
Revision |
Gets the revision number for the rule |
Rights |
Gets or sets the rights associated with the rule. |
SecondaryKey |
Gets a base64-encoded 256-bit primary key for signing and validating the SAS token. |
Applies to
Azure SDK for .NET