Show / Hide Table of Contents

Class SAMLIdentifiers.AuthzDecision

Authorization decisions.

Inheritance
object
SAMLIdentifiers.AuthzDecision
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAMLIdentifiers.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

See Also

AuthzDecisionStatement
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.