Share via


SamlAuthorizationDecisionStatement Class

Definition

Represents the AuthorizationDecisionStatement specified in [Saml, 2.4.5].

public class SamlAuthorizationDecisionStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubjectStatement
type SamlAuthorizationDecisionStatement = class
    inherit SamlSubjectStatement
Public Class SamlAuthorizationDecisionStatement
Inherits SamlSubjectStatement
Inheritance
SamlAuthorizationDecisionStatement

Constructors

SamlAuthorizationDecisionStatement(SamlSubject, String, String, IEnumerable<SamlAction>)

Initializes a new instance of SamlAuthorizationDecisionStatement class from a resource and decision.

SamlAuthorizationDecisionStatement(SamlSubject, String, String, IEnumerable<SamlAction>, SamlEvidence)

Initializes a new instance of SamlAuthorizationDecisionStatement class from a resource and decision.

Properties

Actions

Gets a collection of ICollection<T> representing the action values contained in the AuthorizationDecisionStatement.

ClaimType

Gets the ClaimType.

Decision

Gets or sets the AccessDecision rendered by the SAML authority with respect to the specified resource.

Evidence

Gets or sets the evidence contained in the AuthorizationDecisionStatement.

Resource

Gets or sets the resource contained in the AuthorizationDecisionStatement.

Subject

Gets or sets the subject of the statement.

(Inherited from SamlSubjectStatement)

Applies to