UrlSigningParamIdentifier 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.
Defines how to identify a parameter for a specific purpose e.g. expires
public class UrlSigningParamIdentifier
type UrlSigningParamIdentifier = class
Public Class UrlSigningParamIdentifier
- Inheritance
-
UrlSigningParamIdentifier
Constructors
UrlSigningParamIdentifier() |
Initializes a new instance of the UrlSigningParamIdentifier class. |
UrlSigningParamIdentifier(String, String) |
Initializes a new instance of the UrlSigningParamIdentifier class. |
Properties
ParamIndicator |
Gets or sets indicates the purpose of the parameter. Possible values include: 'Expires', 'KeyId', 'Signature' |
ParamName |
Gets or sets parameter name |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET