AuthenticationButton class
Implementa o controle de botão de autenticação na Microsoft SharePoint Foundation.
Inheritance hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebPartPages.AuthenticationButton
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class AuthenticationButton _
Inherits Control _
Implements INamingContainer, IDesignTimeHtmlProvider
'Uso
Dim instance As AuthenticationButton
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class AuthenticationButton : Control,
INamingContainer, IDesignTimeHtmlProvider
Comentários
Este controle permite que você use o link de autenticação na sua página de Web Parts personalizado se você optar por não usar o título interno de barras (uma instância da classe TitleBarWebPart ).
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.