Saml2Attribute.NameFormat Propriedade

Definição

Obtém ou define um URI que representa a classificação do nome do atributo para fins de interpretação do nome.Gets or sets a URI that represents the classification of the attribute name for the purposes of interpreting the name. [Saml2Core, 2.7.3.1][Saml2Core, 2.7.3.1]

public:
 property Uri ^ NameFormat { Uri ^ get(); void set(Uri ^ value); };
public Uri NameFormat { get; set; }
member this.NameFormat : Uri with get, set
Public Property NameFormat As Uri

Valor da propriedade

Uri

Um Uri que representa a classificação.A Uri that represents the classification.

Exceções

Ocorre uma tentativa de definir um valor que não é null e não é um URI absoluto.An attempt to set a value that is not null and is not an absolute URI occurs.

Comentários

O atributo NameFormat.The NameFormat attribute. A propriedade pode ser definida como um dos valores.The property can be set to one of the values.

Aplica-se a