Table of Contents

Class SamlConstants.Actions

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Actions.

public static class SamlConstants.Actions
Inheritance
SamlConstants.Actions
Inherited Members

Fields

Control

Control.

public const string Control = "Control"

Field Value

string

Delete

Delete.

public const string Delete = "Delete"

Field Value

string

Execute

Execute.

public const string Execute = "Execute"

Field Value

string

Get

GET.

public const string Get = "GET"

Field Value

string

Head

HEAD.

public const string Head = "HEAD"

Field Value

string

NotControl

Negated Control.

public const string NotControl = "~Control"

Field Value

string

NotDelete

Negated Delete.

public const string NotDelete = "~Delete"

Field Value

string

NotExecute

Negated Execute.

public const string NotExecute = "~Execute"

Field Value

string

NotRead

Negated Read.

public const string NotRead = "~Read"

Field Value

string

NotWrite

Negated Write.

public const string NotWrite = "~Write"

Field Value

string

Post

POST.

public const string Post = "POST"

Field Value

string

Put

PUT.

public const string Put = "PUT"

Field Value

string

Read

Read.

public const string Read = "Read"

Field Value

string

Write

Write.

public const string Write = "Write"

Field Value

string