SamlAuthorizationDecisionStatement.AccessDecision Property

Definition

Gets or sets the authorization decision rendered by the SAML authority with respect to access by the subject to the specified resource.

public:
 property System::IdentityModel::Tokens::SamlAccessDecision AccessDecision { System::IdentityModel::Tokens::SamlAccessDecision get(); void set(System::IdentityModel::Tokens::SamlAccessDecision value); };
public System.IdentityModel.Tokens.SamlAccessDecision AccessDecision { get; set; }
member this.AccessDecision : System.IdentityModel.Tokens.SamlAccessDecision with get, set
Public Property AccessDecision As SamlAccessDecision

Property Value

One of the SamlAccessDecision values that specify the authorization decision rendered by the SAML authority with respect to access by the subject to the specified resource.

Exception type Condition
InvalidOperationException The AccessDecision property is set and the IsReadOnly property is true.

Remarks

The AccessDecision property corresponds to the Decision attribute of the <AuthorizationDecisionStatement> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to

See also