SamlAction.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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.