Share via


SamlAttribute.Name Propiedad

Definición

Obtiene o establece el nombre del atributo SAML.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Valor de propiedad

Nombre del atributo SAML.

Excepciones

La propiedad Name está establecida y la propiedad IsReadOnly está true.

La propiedad Name se establece en null.

Comentarios

Especificar los valores asociados con este atributo SAML, establecer la propiedad AttributeValues

La propiedad Name corresponde al atributo AttributeName del elemento <Attribute> que se define en las Aserciones y protocolo para la especificación OASIS, Lenguaje de marcado de aserción de seguridad (SAML).

Se aplica a