Class SamlConstants.ActionNamespaces
Action namespace identifiers.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.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 |
---|---|
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 |
---|---|
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 |
---|---|
string |
Unix
UNIX File Permissions.
Declaration
public const string Unix = "urn:oasis:names:tc:SAML:1.0:action:unix"
Field Value
Type | Description |
---|---|
string |