Show / Hide Table of Contents

Class SamlConstants.Actions

Actions.

Inheritance
System.Object
SamlConstants.Actions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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.String

Delete

Delete.

Declaration
public const string Delete = "Delete"
Field Value
Type Description
System.String

Execute

Execute.

Declaration
public const string Execute = "Execute"
Field Value
Type Description
System.String

Get

GET.

Declaration
public const string Get = "GET"
Field Value
Type Description
System.String

Head

HEAD.

Declaration
public const string Head = "HEAD"
Field Value
Type Description
System.String

NotControl

Negated Control.

Declaration
public const string NotControl = "~Control"
Field Value
Type Description
System.String

NotDelete

Negated Delete.

Declaration
public const string NotDelete = "~Delete"
Field Value
Type Description
System.String

NotExecute

Negated Execute.

Declaration
public const string NotExecute = "~Execute"
Field Value
Type Description
System.String

NotRead

Negated Read.

Declaration
public const string NotRead = "~Read"
Field Value
Type Description
System.String

NotWrite

Negated Write.

Declaration
public const string NotWrite = "~Write"
Field Value
Type Description
System.String

Post

POST.

Declaration
public const string Post = "POST"
Field Value
Type Description
System.String

Put

PUT.

Declaration
public const string Put = "PUT"
Field Value
Type Description
System.String

Read

Read.

Declaration
public const string Read = "Read"
Field Value
Type Description
System.String

Write

Write.

Declaration
public const string Write = "Write"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.