AuthenticationButton 类

在Microsoft SharePoint Foundation中实现身份验证按钮控件。

继承层次结构

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.AuthenticationButton

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class AuthenticationButton _
    Inherits Control _
    Implements INamingContainer, IDesignTimeHtmlProvider
用法
Dim instance As AuthenticationButton
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class AuthenticationButton : Control, 
    INamingContainer, IDesignTimeHtmlProvider

备注

此控件,可以使用您的自定义 Web 部件页上的身份验证链接,如果您选择不使用内置标题栏 ( TitleBarWebPart类的实例)。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

AuthenticationButton 成员

Microsoft.SharePoint.WebPartPages 命名空间