次の方法で共有


ServiceAuthenticationElement.ServiceAuthenticationManagerType プロパティ

定義

現在の ServiceAuthenticationElement の認証ポリシーの種類を取得または設定します。

public:
 property System::String ^ ServiceAuthenticationManagerType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("serviceAuthenticationManagerType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string ServiceAuthenticationManagerType { get; set; }
[<System.Configuration.ConfigurationProperty("serviceAuthenticationManagerType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ServiceAuthenticationManagerType : string with get, set
Public Property ServiceAuthenticationManagerType As String

プロパティ値

String

認証ポリシー名を含む文字列値。

属性

適用対象