This documentation is archived and is not being maintained.
SamlAccessDecision Enumeration
Visual Studio 2010
Specifies whether the subject of a SamlSecurityToken security token is granted access to a given resource.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
| Member name | Description | |
|---|---|---|
| Permit | Specifies that access to a resource is granted. | |
| Deny | Specifies that access to a resource is denied. | |
| Indeterminate | 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. |
Use the SamlAccessDecision to express access permissions to a resource in a SamlAuthorizationDecisionStatement within a SamlSecurityToken security token.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: