SamlAdvice.AssertionIdReferences Property

Definition

Gets a collection of references to SAML assertions.

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 a collection of references to SAML assertions that provide additional information on a SAML assertion.

Remarks

The AssertionIdReferences property corresponds to the <saml:AssertionIDReference> child element of the <saml:Advice> element that is defined in the Assertions and Protocol for the OASIS SAML 1.1 specification.

When the value of the IsReadOnly property is true, the collection that is returned by the AssertionIdReferences property is read-only.

Applies to