次の方法で共有


WindowsUserNameSecurityTokenAuthenticator.ValidateUserNamePasswordCore メソッド

定義

指定したユーザー名とパスワードを認証し、UserNameSecurityToken セキュリティ トークンの一連の承認ポリシーを返します。

protected:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Policy::IAuthorizationPolicy ^> ^ ValidateUserNamePasswordCore(System::String ^ userName, System::String ^ password);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> ValidateUserNamePasswordCore (string userName, string password);
override this.ValidateUserNamePasswordCore : string * string -> System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy>
Protected Overrides Function ValidateUserNamePasswordCore (userName As String, password As String) As ReadOnlyCollection(Of IAuthorizationPolicy)

パラメーター

userName
String

セキュリティ トークンに関連付けられたユーザー名。

password
String

セキュリティ トークンに関連付けられたパスワード。

戻り値

このアプリケーションで有効な承認ポリシー セットを含む ReadOnlyCollection<T> 型の IAuthorizationPolicy

例外

userName には、複数の円記号 (\) 文字が含まれています。

注釈

userName パラメーターは、domain\username または username のいずれかの形式で指定する必要があります。 パラメーターが userName 形式の domain\username 場合は、ユーザー名とドメインを区切る円記号 (\) 文字が 1 つだけ必要です。

適用対象