Saml2AuthorizationDecisionStatement.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 set of assertions that the SAML authority relied on in making the decision. [Saml2Core, 2.7.4]
public:
property System::IdentityModel::Tokens::Saml2Evidence ^ Evidence { System::IdentityModel::Tokens::Saml2Evidence ^ get(); void set(System::IdentityModel::Tokens::Saml2Evidence ^ value); };
public System.IdentityModel.Tokens.Saml2Evidence Evidence { get; set; }
member this.Evidence : System.IdentityModel.Tokens.Saml2Evidence with get, set
Public Property Evidence As Saml2Evidence
Property Value
A Saml2Evidence that contains the assertions.
Remarks
Corresponds to the <saml:Evidence>
child element. For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.