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
Delete
Delete.
public const string Delete = "Delete"
Field Value
Execute
Execute.
public const string Execute = "Execute"
Field Value
Get
GET.
public const string Get = "GET"
Field Value
Head
HEAD.
public const string Head = "HEAD"
Field Value
NotControl
Negated Control.
public const string NotControl = "~Control"
Field Value
NotDelete
Negated Delete.
public const string NotDelete = "~Delete"
Field Value
NotExecute
Negated Execute.
public const string NotExecute = "~Execute"
Field Value
NotRead
Negated Read.
public const string NotRead = "~Read"
Field Value
NotWrite
Negated Write.
public const string NotWrite = "~Write"
Field Value
Post
POST.
public const string Post = "POST"
Field Value
Put
PUT.
public const string Put = "PUT"
Field Value
Read
Read.
public const string Read = "Read"
Field Value
Write
Write.
public const string Write = "Write"