Show / Hide Table of Contents

Class SamlConstants.ActionNamespaces

Action namespace identifiers.

Inheritance
System.Object
SamlConstants.ActionNamespaces
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 ActionNamespaces

Fields

Ghpp

Get/Head/Put/Post.

Declaration
public const string Ghpp = "urn:oasis:names:tc:SAML:1.0:action:ghpp"
Field Value
Type Description
System.String

Rwedc

Read/Write/Execute/Delete/Control.

Declaration
public const string Rwedc = "urn:oasis:names:tc:SAML:1.0:action:rwedc"
Field Value
Type Description
System.String

RwedcWithNegation

Read/Write/Execute/Delete/Control with Negation.

Declaration
public const string RwedcWithNegation = "urn:oasis:names:tc:SAML:1.0:action:rwedc-negation"
Field Value
Type Description
System.String

Unix

UNIX File Permissions.

Declaration
public const string Unix = "urn:oasis:names:tc:SAML:1.0:action:unix"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.