次の方法で共有


SecurityElementBase.AuthenticationMode プロパティ

定義

メッセージ交換に使用される認証設定を取得または設定します。

public:
 property System::ServiceModel::Configuration::AuthenticationMode AuthenticationMode { System::ServiceModel::Configuration::AuthenticationMode get(); void set(System::ServiceModel::Configuration::AuthenticationMode value); };
[System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=System.ServiceModel.Configuration.AuthenticationMode.SspiNegotiated)]
public System.ServiceModel.Configuration.AuthenticationMode AuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=System.ServiceModel.Configuration.AuthenticationMode.SspiNegotiated)>]
member this.AuthenticationMode : System.ServiceModel.Configuration.AuthenticationMode with get, set
Public Property AuthenticationMode As AuthenticationMode

プロパティ値

AuthenticationMode

メッセージ交換に使用される認証設定。

属性

適用対象