WSFederationElement.AuthenticationType 属性

定义

获取或设置 authenticationType 特性。

public:
 property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("authenticationType", IsRequired=false)]
public string AuthenticationType { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationType", IsRequired=false)>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

属性值

包含表示 WS-Federation 登陆请求 wauth 类型的 URL 的字符串。 默认值为一个空字符串。 可选。

属性

适用于

另请参阅