Share via


UrlSigningParamIdentifier Class

Definition

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