Saml2AuthorizationDecisionStatement Class
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.
Represents the AuthzDecisionStatement specified in [Saml2Core, 2.7.4]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public class Saml2AuthorizationDecisionStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement
type Saml2AuthorizationDecisionStatement = class
inherit Saml2Statement
Public Class Saml2AuthorizationDecisionStatement
Inherits Saml2Statement
- Inheritance
Constructors
Saml2AuthorizationDecisionStatement(Uri, String, IEnumerable<Saml2Action>) |
Initializes a new instance of the Saml2AuthorizationDecisionStatement class from a resource and decision. |
Saml2AuthorizationDecisionStatement(Uri, String) |
Initializes a new instance of the Saml2AuthorizationDecisionStatement class from a resource and decision. |
Properties
Actions |
Gets of set the set of Saml2Action authorized to be performed on the specified resource. [Saml2Core, 2.7.4] |
Decision |
Gets or sets the AccessDecision rendered by the SAML authority with respect to the specified resource. [Saml2Core, 2.7.4] |
Evidence |
Gets or sets a set of Saml2Evidence that the SAML authority relied on in making the decision. [Saml2Core, 2.7.4] |
Resource |
Gets or sets a URI reference identifying the resource to which access authorization is sought. [Saml2Core, 2.7.4] |