Class SAMLIdentifiers.Actions
Actions.
Inherited Members
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAMLIdentifiers.Actions
Fields
Control
Control.
Declaration
public const string Control = "Control"
Field Value
Type | Description |
---|---|
string |
Delete
Delete.
Declaration
public const string Delete = "Delete"
Field Value
Type | Description |
---|---|
string |
Execute
Execute.
Declaration
public const string Execute = "Execute"
Field Value
Type | Description |
---|---|
string |
GET
GET.
Declaration
public const string GET = "GET"
Field Value
Type | Description |
---|---|
string |
HEAD
HEAD.
Declaration
public const string HEAD = "HEAD"
Field Value
Type | Description |
---|---|
string |
NotControl
Negated Control.
Declaration
public const string NotControl = "~Control"
Field Value
Type | Description |
---|---|
string |
NotDelete
Negated Delete.
Declaration
public const string NotDelete = "~Delete"
Field Value
Type | Description |
---|---|
string |
NotExecute
Negated Execute.
Declaration
public const string NotExecute = "~Execute"
Field Value
Type | Description |
---|---|
string |
NotRead
Negated Read.
Declaration
public const string NotRead = "~Read"
Field Value
Type | Description |
---|---|
string |
NotWrite
Negated Write.
Declaration
public const string NotWrite = "~Write"
Field Value
Type | Description |
---|---|
string |
POST
POST.
Declaration
public const string POST = "POST"
Field Value
Type | Description |
---|---|
string |
PUT
PUT.
Declaration
public const string PUT = "PUT"
Field Value
Type | Description |
---|---|
string |
Read
Read.
Declaration
public const string Read = "Read"
Field Value
Type | Description |
---|---|
string |
Write
Write.
Declaration
public const string Write = "Write"
Field Value
Type | Description |
---|---|
string |