SamlAction.Action Property

Definition

Gets or sets the action that the subject of the SamlAuthorizationDecisionStatement can perform on the specified resource.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

Property Value

The action that the subject of the SamlSecurityToken security token seeks to perform on the specified resource.

Exceptions

The Action property is set to null.

-or-

The Action property is set to Empty.

The value of the IsReadOnly property is true and the Action property is set.

Remarks

The Action property corresponds to the text of the <saml:Action> XML element that is defined in the OASIS SAML 1.1 specification.

Applies to