SamlEvidence.AssertionIdReferences Eigenschap

Definitie

Hiermee haalt u een verzameling id's op voor SAML-asserties die het bewijs opgeven waarop de SAML-instantie heeft vertrouwd om de autorisatiebeslissing weer te geven.

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)

Waarde van eigenschap

Een IList<T> type String dat id's bevat voor SAML-asserties die het bewijs opgeven waarop de SAML-instantie heeft vertrouwd om de autorisatiebeslissing weer te geven.

Opmerkingen

De AssertionIdReferences eigenschap komt overeen met het <saml:AssertionIDReference> element dat is gedefinieerd in de Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)-specificatie.

Van toepassing op