SamlEvidence.Assertions 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 the collection of SAML assertions that comprise the evidence that the SAML authority relied on to render the authorization decision.
public:
property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ Assertions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion>
Public ReadOnly Property Assertions As IList(Of SamlAssertion)
Property Value
An IList<T> of type SamlAssertion that contains the evidence that the SAML authority relied on to render the authorization decision.
Remarks
The AssertionIdReferences property corresponds to the <saml:Assertion>
element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.