Compartir a través de


IdentityProviderSingleSignOnDescriptor.SupportedAttributes Propiedad

Definición

Obtiene la colección Saml2Attribute admitida.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Tokens::Saml2Attribute ^> ^ SupportedAttributes { System::Collections::Generic::ICollection<System::IdentityModel::Tokens::Saml2Attribute ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute> SupportedAttributes { get; }
member this.SupportedAttributes : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute>
Public ReadOnly Property SupportedAttributes As ICollection(Of Saml2Attribute)

Valor de propiedad

Colección de atributos admitidos. El valor predeterminado es una colección vacía.

Se aplica a