Show / Hide Table of Contents

Class SamlConstants.Actions

Actions.

Inheritance
object
SamlConstants.Actions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.