Partager via


Propriété ServiceElement.FederatedAuthentication

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

Utilisation

    Dim instance As ServiceElement
Dim value As FederatedAuthenticationElement

value = instance.FederatedAuthentication

instance.FederatedAuthentication = value

Syntaxe

'Déclaration
<ConfigurationPropertyAttribute("federatedAuthentication", IsRequired:=False)> _
Public Property FederatedAuthentication As FederatedAuthenticationElement
[ConfigurationPropertyAttribute("federatedAuthentication", IsRequired=false)] 
public FederatedAuthenticationElement FederatedAuthentication { get; set; }
[ConfigurationPropertyAttribute(L"federatedAuthentication", IsRequired=false)] 
public:
property FederatedAuthenticationElement^ FederatedAuthentication {
    FederatedAuthenticationElement^ get ();
    void set (FederatedAuthenticationElement^ value);
}
/** @property */
public FederatedAuthenticationElement get_FederatedAuthentication ()

/** @property */
public void set_FederatedAuthentication (FederatedAuthenticationElement value)
public function get FederatedAuthentication () : FederatedAuthenticationElement

public function set FederatedAuthentication (value : FederatedAuthenticationElement)

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 ServiceElement
Membres ServiceElement
Espace de noms Microsoft.IdentityModel.Configuration