Share via


Propriété Saml2NameIdentifier.SPProvidedId

A name identifier established by a service provider or affiliation of providers for the entity, if different from the primary name identifier. [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 String

value = instance.SPProvidedId

instance.SPProvidedId = value

Syntaxe

'Déclaration
Public Property SPProvidedId As String
public string SPProvidedId { get; set; }
public:
property String^ SPProvidedId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SPProvidedId ()

/** @property */
public void set_SPProvidedId (String value)
public function get SPProvidedId () : String

public function set SPProvidedId (value : String)

Valeur de la propriété

Returns a string that contains the name identifier.

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