SamlAction Class
Represents the <saml:Action> element within a SAML assertion that contains an action on a specified resource.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SamlAction() | Initializes a new instance of the SamlAction class. |
![]() | SamlAction(String) | Initializes a new instance of the SamlAction class using the specified action. |
![]() | SamlAction(String, String) | Initializes a new instance of the SamlAction class using the specified action. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets the action that the subject of the SamlAuthorizationDecisionStatement can perform on the specified resource. |
![]() | IsReadOnly | Gets a value that indicates whether the properties of this instance are read-only. |
![]() | Namespace | Gets or sets the XML namespace in which the Action property is defined. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from 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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MakeReadOnly | Causes this instance to be read-only. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadXml | Reads the <saml:Action> element using the specified XML reader. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteXml | Writes the SamlAction into the specified XML writer as a <saml:Action> element. |
The SamlAction class corresponds the <saml:Action> XML element which is defined in the OASIS SAML v1.1 specification.
Use the SamlAction class when specifying a claim about the ability of a subject SamlAuthorizationDecisionStatement to perform a specified action on a specified resource. Use the SamlAction class to specify the desired action and the SamlAccessDecision class to specify the access decision. The Action property represents that action and the Namespace property specifies the XML namespace in which the action is defined.
SamlAction position in the SAML object hierarchy is:
SamlAuthorizationDecisionStatement
SamlAction
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.
