SamlAccessDecision Enum

Definition

Specifies whether the subject of a SamlSecurityToken security token is granted access to a given resource.

C#
[System.Runtime.Serialization.DataContract]
public enum SamlAccessDecision
Inheritance
SamlAccessDecision
Attributes

Fields

Name Value Description
Permit 0

Specifies that access to a resource is granted.

Deny 1

Specifies that access to a resource is denied.

Indeterminate 2

Specifies that the security token service that issued the SamlSecurityToken security token does not have enough information to determine the access permissions for a particular resource. A recipient of the SamlSecurityToken security token must use other means to determine the user's access permissions.

Remarks

Use the SamlAccessDecision to express access permissions to a resource in a SamlAuthorizationDecisionStatement within a SamlSecurityToken security token.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1