RemoteAuthenticationUserOptions クラス

定義

ユーザーの を構成 ClaimsPrincipal するときに使用するオプションを表します。

public ref class RemoteAuthenticationUserOptions
public class RemoteAuthenticationUserOptions
type RemoteAuthenticationUserOptions = class
Public Class RemoteAuthenticationUserOptions
継承
RemoteAuthenticationUserOptions

コンストラクター

RemoteAuthenticationUserOptions()

ユーザーの を構成 ClaimsPrincipal するときに使用するオプションを表します。

プロパティ

AuthenticationType

に使用する値を取得または設定します AuthenticationType

NameClaim

ユーザー名に使用する要求の種類を取得または設定します。

RoleClaim

ユーザー ロールに使用する要求の種類を取得または設定します。

ScopeClaim

ユーザー スコープに使用する要求の種類を取得または設定します。

適用対象