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