The set of actions authorized to be performed on the specified resource. [Saml2Core, 2.7.4]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2AuthorizationDecisionStatement
Dim value As Collection(Of Saml2Action)

value = instance.Actions

Syntax

Visual Basic
Public ReadOnly Property Actions As Collection(Of Saml2Action)
C#
public Collection<Saml2Action> Actions { get; }
C++
public:
property Collection<Saml2Action^>^ Actions {
		Collection<Saml2Action^>^ get ();
}
J#
/** @property */
public Collection<Saml2Action> get_Actions ()
JScript
public function get Actions () : Collection<Saml2Action>

Property Value

Returns a collection of type Saml2Action.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also