AuthenticationButton - Classe
Implémente le contrôle de bouton d'authentification dans Microsoft SharePoint Foundation.
Hiérarchie d’héritage
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebPartPages.AuthenticationButton
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class AuthenticationButton _
Inherits Control _
Implements INamingContainer, IDesignTimeHtmlProvider
'Utilisation
Dim instance As AuthenticationButton
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class AuthenticationButton : Control,
INamingContainer, IDesignTimeHtmlProvider
Remarques
Ce contrôle vous permet d'utiliser le lien de l'authentification sur votre Page de composants WebPart personnalisés, si vous choisissez de ne pas utiliser le titre prédéfini (une instance de la classe TitleBarWebPart ) de la barre.
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.