SamlAdvice.AssertionIdReferences Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de références aux assertions SAML.
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)
Valeur de propriété
IList<T> de type String qui contient une collection de références aux assertions SAML qui fournissent des informations supplémentaires sur une assertion SAML.
Remarques
La propriété AssertionIdReferences correspond à l'élément enfant <saml:AssertionIDReference>
de l'élément <saml:Advice>
défini dans Assertions et Protocole pour la spécification SAML 1.1 OASIS.
Lorsque la valeur de la propriété IsReadOnly est true
, la collection retournée par la propriété AssertionIdReferences est en lecture seule.