Class SamlConstants.AuthzDecision
Authorization decisions.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.AuthzDecision
Fields
Deny
Deny.
Declaration
public const string Deny = "Deny"
Field Value
Type | Description |
---|---|
string |
Indeterminate
Indeterminate.
Declaration
public const string Indeterminate = "Indeterminate"
Field Value
Type | Description |
---|---|
string |
Permit
Permit.
Declaration
public const string Permit = "Permit"
Field Value
Type | Description |
---|---|
string |