WebContextBase.Authentication 属性

获取或设置应用程序的身份验证上下文。

命名空间: System.ServiceModel.DomainServices.Client.ApplicationServices
程序集: System.ServiceModel.DomainServices.Client.Web(在 system.servicemodel.domainservices.client.web.dll 中)

用法

用法
Dim instance As WebContextBase
Dim value As AuthenticationService

value = instance.Authentication

instance.Authentication = value

语法

声明
Public Property Authentication As AuthenticationService
public AuthenticationService Authentication { get; set; }
public:
property AuthenticationService^ Authentication {
    AuthenticationService^ get ();
    void set (AuthenticationService^ value);
}
/** @property */
public AuthenticationService get_Authentication ()

/** @property */
public void set_Authentication (AuthenticationService value)
public function get Authentication () : AuthenticationService

public function set Authentication (value : AuthenticationService)

属性值

应用程序的身份验证上下文。

线程安全

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

平台

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目标平台

另请参见

参考

WebContextBase 类
WebContextBase 成员
System.ServiceModel.DomainServices.Client.ApplicationServices 命名空间