SamlAuthorizationDecisionClaimResource Class
Represents a claim for a SamlSecurityToken security token that asserts an authorization decision regarding access to a specific resource.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAuthorizationDecisionClaimResource type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SamlAuthorizationDecisionClaimResource | Initializes a new instance of the SamlAuthorizationDecisionClaimResource class using the specified resource the subject is seeking access to, the authorization decision regarding the resource, the action sought on the resource, and the XML namespace in which the action is defined. |
| Name | Description | |
|---|---|---|
![]() | AccessDecision | Gets the authorization decision rendered by the SAML authority regarding the access to the resource by the subject. |
![]() | ActionName | Gets the action sought by the subject on the resource specified in the Resource property. |
![]() | ActionNamespace | Gets the XML namespace in which the action specified in the ActionName property is defined. |
![]() | Resource | Gets the resource the subject is seeking access to. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether the instance is equal to the specified object. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for the SamlAuthorizationDecisionClaimResource. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
SamlSecurityToken security tokens specify their claims using SAML assertions. 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. A SamlAuthorizationDecisionStatement asserts an authorization decision by a SAML authority regarding access to a specific resource. The SamlAuthorizationDecisionClaimResource class represents a claim resource for the SamlAuthorizationDecisionStatement.
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.
