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 类型的 URI。 默认值为空字符串。 Optional.

属性

适用于

另请参阅