Show / Hide Table of Contents

Class SamlConstants.AuthzDecision

Authorization decisions.

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

Fields

Deny

Deny.

Declaration
public const string Deny = "Deny"
Field Value
Type Description
System.String

Indeterminate

Indeterminate.

Declaration
public const string Indeterminate = "Indeterminate"
Field Value
Type Description
System.String

Permit

Permit.

Declaration
public const string Permit = "Permit"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.