共用方式為


SignInRequestMessage.AuthenticationType 屬性

定義

取得或設定訊息的 wauth 參數。

public:
 property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationType { get; set; }
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

屬性值

驗證類型。 此被指定為 URI。

例外狀況

發生設定並非有效絕對 URI 之值的嘗試。

備註

wauth 參數就像 WS-Trust 中定義的 wst:AuthenticationType 元素一樣。 此值應該設定為包含 URI 的字串,以識別所使用的驗證類型。

wauth 參數是選擇性的。 將 AuthenticationType 屬性設定為 null 或空字串,以從訊息中移除 wauth 參數。

適用於