SamlAuthorizationDecisionStatement.AccessDecision 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 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.