Saml2NameIdentifier.Format Propriedade

Definição

Obtém ou define uma referência URI que representa a classificação de informações de identificador com base em cadeia de caracteres.Gets or sets a URI reference that represents the classification of string-based identifier information. [Saml2Core, 2.2.2][Saml2Core, 2.2.2]

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

Valor da propriedade

Uri

Um Uri.A Uri.

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 de formato.The Format attribute.

Aplica-se a