SamlAuthorizationDecisionStatement Class
Represents a claim for a SamlSecurityToken security token that asserts that an authorization decision regarding access by the subject to the specified resource has been made.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
SamlSecurityToken security tokens specify their claims using SAML assertions, which can specify whether a subject is authorized to access a specific resource. The claims in a SAML assertion are represented by SAML statements. The SAML specification defines a set of SAML statement types and one of them is a SamlAuthorizationDecisionStatement. An SamlAuthorizationDecisionStatement asserts an authorization decision regarding access by the subject to the specified resource has been made. The following table summarizes the properties that are associated with the authorization decision.
Property | Description |
|---|---|
The authorization decision rendered by the SAML authority with respect to the resource represented by the Resource property. | |
A set of SAML assertions that the SAML authority relied on to render the decision. | |
A URI reference that identifies the resource to which access is sought. | |
The set of actions that the subject is authorized to perform on the resource represented by the Resource property. |
System.IdentityModel.Tokens.SamlStatement
System.IdentityModel.Tokens.SamlSubjectStatement
System.IdentityModel.Tokens.SamlAuthorizationDecisionStatement
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.