Saml2AuthorizationDecisionStatement.Decision 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 decision rendered by the SAML authority with respect to the specified resource.
public:
property System::IdentityModel::Tokens::SamlAccessDecision Decision { System::IdentityModel::Tokens::SamlAccessDecision get(); void set(System::IdentityModel::Tokens::SamlAccessDecision value); };
public System.IdentityModel.Tokens.SamlAccessDecision Decision { get; set; }
member this.Decision : System.IdentityModel.Tokens.SamlAccessDecision with get, set
Public Property Decision 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.
Exceptions
An attempt to set a value that is not a valid SamlAccessDecision value occurs.
Remarks
Corresponds to the <saml:Decision>
child element. For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.