Share via


Propriété Saml2NameIdentifier.Format

A URI reference representing the classification of string-based identifier information. [Saml2Core, 2.2.2]

Espace de noms: Microsoft.IdentityModel.Tokens.Saml2
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As Saml2NameIdentifier
Dim value As Uri

value = instance.Format

instance.Format = value

Syntaxe

'Déclaration
Public Property Format As Uri
public Uri Format { get; set; }
public:
property Uri^ Format {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_Format ()

/** @property */
public void set_Format (Uri value)
public function get Format () : Uri

public function set Format (value : Uri)

Valeur de la propriété

Returns a Uri.

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe Saml2NameIdentifier
Membres Saml2NameIdentifier
Espace de noms Microsoft.IdentityModel.Tokens.Saml2