SamlAttributeStatement.Attributes Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar en samling attribut som är associerade med ämnet för SAML-försäkran.
public:
property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAttribute ^> ^ Attributes { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAttribute ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAttribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAttribute>
Public ReadOnly Property Attributes As IList(Of SamlAttribute)
Egenskapsvärde
En IList<T> typ SamlAttribute som innehåller en uppsättning attribut som är associerade med ämnet.
Kommentarer
Var och SamlAttribute en kan innehålla flera attributvärden.
Varje medlem i Attributes samlingen motsvarar det <saml:Attribute> element som definieras i Intyg och protokoll för OASIS SAML-specifikationen.