SamlAuthorizationDecisionStatement.Evidence 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 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.