SamlAction Class

Definition

Represents the <saml:Action> element within a SAML assertion that contains an action on a specified resource.

public ref class SamlAction
public class SamlAction
type SamlAction = class
Public Class SamlAction
Inheritance
SamlAction

Remarks

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:

SamlSecurityToken

SamlAssertion

SamlAuthorizationDecisionStatement

SamlAction

Constructors

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.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver)

Reads the <saml:Action> element using the specified XML reader.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer)

Writes the SamlAction into the specified XML writer as a <saml:Action> element.

Applies to