Show / Hide Table of Contents

Class SamlConstants.AuthzDecision

Authorization decisions.

Inheritance
object
SamlConstants.AuthzDecision
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.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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.