Partager via


Classe AuthenticationServiceAttribute

Désigne un service de domaine comme service d'authentification.

Espace de noms: System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly : System.ServiceModel.DomainServices.Server (dans system.servicemodel.domainservices.server.dll)

Utilisation

'Utilisation
Dim instance As AuthenticationServiceAttribute

Syntaxe

'Déclaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface, AllowMultiple:=False, Inherited:=True)> _
Public NotInheritable Class AuthenticationServiceAttribute
    Inherits DomainIdentifierAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple=false, Inherited=true)] 
public sealed class AuthenticationServiceAttribute : DomainIdentifierAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Interface, AllowMultiple=false, Inherited=true)] 
public ref class AuthenticationServiceAttribute sealed : public DomainIdentifierAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple=false, Inherited=true) */ 
public final class AuthenticationServiceAttribute extends DomainIdentifierAttribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple=false, Inherited=true) 
public final class AuthenticationServiceAttribute extends DomainIdentifierAttribute

Notes

Cet attribut est utilisé pour associer le processeur du code d'authentification à une implémentation de l'interface IAuthentication.

Hiérarchie d'héritage

System.Object
   System.Attribute
     System.ServiceModel.DomainServices.DomainIdentifierAttribute
      System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationServiceAttribute

Sécurité des threads

Tous les membres publics statiques (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 XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000

Plateformes cibles

Voir aussi

Référence

Membres AuthenticationServiceAttribute
Espace de noms System.ServiceModel.DomainServices.Server.ApplicationServices