SamlAuthorizationDecisionStatement 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 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
Constructors
SamlAuthorizationDecisionStatement(SamlSubject, String, String, IEnumerable<SamlAction>, SamlEvidence) |
Initializes a new instance of SamlAuthorizationDecisionStatement class from a resource and decision. |
SamlAuthorizationDecisionStatement(SamlSubject, String, String, IEnumerable<SamlAction>) |
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) |