HttpTransportElement.AuthenticationScheme 属性

定义

获取或设置身份验证方案,该方案用于验证 HTTP 侦听器所处理的客户端请求。

public:
 property System::Net::AuthenticationSchemes AuthenticationScheme { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
[System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)]
public System.Net.AuthenticationSchemes AuthenticationScheme { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)>]
member this.AuthenticationScheme : System.Net.AuthenticationSchemes with get, set
Public Property AuthenticationScheme As AuthenticationSchemes

属性值

AuthenticationSchemes

指定用于客户端身份验证的协议的 AuthenticationSchemes 对象。 默认值为 Anonymous。

属性

注解

身份验证方案只能设置一次。

适用于