Share via


ServiceCredentialsElement.UserNameAuthentication プロパティ

定義

ユーザー名とパスワードの検証の設定を取得します。

public:
 property System::ServiceModel::Configuration::UserNameServiceElement ^ UserNameAuthentication { System::ServiceModel::Configuration::UserNameServiceElement ^ get(); };
[System.Configuration.ConfigurationProperty("userNameAuthentication")]
public System.ServiceModel.Configuration.UserNameServiceElement UserNameAuthentication { get; }
[<System.Configuration.ConfigurationProperty("userNameAuthentication")>]
member this.UserNameAuthentication : System.ServiceModel.Configuration.UserNameServiceElement
Public ReadOnly Property UserNameAuthentication As UserNameServiceElement

プロパティ値

UserNameServiceElement

ユーザー名とパスワードの検証の設定を指定する UserNameServiceElement

属性

適用対象