SamlAttributeStatement.Attributes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene una raccolta di attributi associata all'oggetto dell'asserzione SAML.
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)
Valore della proprietà
Interfaccia IList<T> di tipo SamlAttribute che contiene un set di attributi associato all'oggetto.
Commenti
Ogni classe SamlAttribute può contenere più valori di attributo.
Ogni membro della raccolta Attributes corrisponde all'elemento <saml:Attribute>
definito nella specifica OASIS SAML 1.1.