The decision rendered by the SAML authority with respect to 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 SamlAccessDecision

value = instance.Decision

instance.Decision = value

Syntax

Visual Basic
Public Property Decision As SamlAccessDecision
C#
public SamlAccessDecision Decision { get; set; }
C++
public:
property SamlAccessDecision Decision {
		SamlAccessDecision get ();
		void set (SamlAccessDecision value);
}
J#
/** @property */
public SamlAccessDecision get_Decision ()

/** @property */
public void set_Decision (SamlAccessDecision value)
JScript
public function get Decision () : SamlAccessDecision

public function set Decision (value : SamlAccessDecision)

Property Value

Returns a SamlAccessDecision.

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