SamlAuthorizationDecisionStatement.Evidence Property

Definition

Gets or sets the evidence that the SAML authority relied on to render the authorization decision.

public:
 property System::IdentityModel::Tokens::SamlEvidence ^ Evidence { System::IdentityModel::Tokens::SamlEvidence ^ get(); void set(System::IdentityModel::Tokens::SamlEvidence ^ value); };
public System.IdentityModel.Tokens.SamlEvidence Evidence { get; set; }
member this.Evidence : System.IdentityModel.Tokens.SamlEvidence with get, set
Public Property Evidence As SamlEvidence

Property Value

A SamlEvidence that contains a set of SAML assertions that the SAML authority relied on to render the authorization decision.

Remarks

The AccessDecision property corresponds to the <Evidence> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to

See also