Class SAMLIdentifiers.Actions
Actions.
Inheritance
System.Object
SAMLIdentifiers.Actions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class Actions
Fields
Control
Control.
Declaration
public const string Control = "Control"
Field Value
Type | Description |
---|---|
System. |
Delete
Delete.
Declaration
public const string Delete = "Delete"
Field Value
Type | Description |
---|---|
System. |
Execute
Execute.
Declaration
public const string Execute = "Execute"
Field Value
Type | Description |
---|---|
System. |
GET
GET.
Declaration
public const string GET = "GET"
Field Value
Type | Description |
---|---|
System. |
HEAD
HEAD.
Declaration
public const string HEAD = "HEAD"
Field Value
Type | Description |
---|---|
System. |
NotControl
Negated Control.
Declaration
public const string NotControl = "~Control"
Field Value
Type | Description |
---|---|
System. |
NotDelete
Negated Delete.
Declaration
public const string NotDelete = "~Delete"
Field Value
Type | Description |
---|---|
System. |
NotExecute
Negated Execute.
Declaration
public const string NotExecute = "~Execute"
Field Value
Type | Description |
---|---|
System. |
NotRead
Negated Read.
Declaration
public const string NotRead = "~Read"
Field Value
Type | Description |
---|---|
System. |
NotWrite
Negated Write.
Declaration
public const string NotWrite = "~Write"
Field Value
Type | Description |
---|---|
System. |
POST
POST.
Declaration
public const string POST = "POST"
Field Value
Type | Description |
---|---|
System. |
PUT
PUT.
Declaration
public const string PUT = "PUT"
Field Value
Type | Description |
---|---|
System. |
Read
Read.
Declaration
public const string Read = "Read"
Field Value
Type | Description |
---|---|
System. |
Write
Write.
Declaration
public const string Write = "Write"
Field Value
Type | Description |
---|---|
System. |