次の方法で共有


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 を含む文字列。 既定値は空の文字列です。 省略可能。

属性

適用対象

こちらもご覧ください