Share via


ClientWindowsAuthenticationMembershipProvider.PasswordFormat プロパティ

定義

このプロパティは、このクラスでは使用されません。

public:
 virtual property System::Web::Security::MembershipPasswordFormat PasswordFormat { System::Web::Security::MembershipPasswordFormat get(); };
public override System.Web.Security.MembershipPasswordFormat PasswordFormat { get; }
member this.PasswordFormat : System.Web.Security.MembershipPasswordFormat
Public Overrides ReadOnly Property PasswordFormat As MembershipPasswordFormat

プロパティ値

ストア データにパスワードを格納するときの形式。

注釈

Windows 認証は、ユーザーがコンピューターまたはドメインにログオンしたときにオペレーティング システムによって提供される ID を使用します。 したがって、ユーザー資格情報に関連するプロパティは、このクラスには関係ありません。

適用対象

こちらもご覧ください