Partager via


Membres RequiresAuthenticationAttribute

Spécifie qu'une opération de domaine ne peut être appelée que par un utilisateur authentifié.

Les tableaux suivants répertorient les membres exposés par le type RequiresAuthenticationAttribute.

Public Constructeurs

  Nom Description
  RequiresAuthenticationAttribute Initialise une nouvelle instance de la classe RequiresAuthenticationAttribute.

Haut

Public Propriétés

  Nom Description
public property ErrorMessage  Obtient ou définit le message d'erreur littéral ou la clé de ressource destinés à être retournés dans ErrorMessage. (hérité de AuthorizationAttribute)
public property ResourceType  Obtient ou définit le Type à utiliser comme gestionnaire des ressources pour ErrorMessage. (hérité de AuthorizationAttribute)
public property TypeId  (hérité de Attribute)

Haut

Public Méthodes

(voir aussi Protégé Méthodes)

  Nom Description
public method Authorize  (hérité de AuthorizationAttribute)
public method Equals  Surchargé. (hérité de Attribute)
public methodstatic GetCustomAttribute  Surchargé. (hérité de Attribute)
public methodstatic GetCustomAttributes  Surchargé. (hérité de Attribute)
public method GetHashCode  (hérité de Attribute)
public method GetType  (hérité de Object)
public method IsDefaultAttribute  (hérité de Attribute)
public methodstatic IsDefined  Surchargé. (hérité de Attribute)
public method Match  (hérité de Attribute)
public methodstatic ReferenceEquals  (hérité de Object)
public method ToString  (hérité de Object)

Haut

Protégé Méthodes

  Nom Description
protected method Finalize  (hérité de Object)
protected method FormatErrorMessage  (hérité de AuthorizationAttribute)
protected method IsAuthorized  (hérité de AuthorizationAttribute)
protected method MemberwiseClone  (hérité de Object)

Haut

Implémentations d'interfaces explicites

  Nom Description
  System.Runtime.InteropServices._Attribute.GetIDsOfNames  (hérité de Attribute)
  System.Runtime.InteropServices._Attribute.GetTypeInfo  (hérité de Attribute)
  System.Runtime.InteropServices._Attribute.GetTypeInfoCount  (hérité de Attribute)
  System.Runtime.InteropServices._Attribute.Invoke  (hérité de Attribute)

Haut

Voir aussi

Référence

Classe RequiresAuthenticationAttribute
Espace de noms System.ServiceModel.DomainServices.Server