次の方法で共有


UserClaimsPrincipalFactory<TUser>.Options プロパティ

定義

このファクトリの を IdentityOptions 取得します。

public:
 property Microsoft::AspNetCore::Identity::IdentityOptions ^ Options { Microsoft::AspNetCore::Identity::IdentityOptions ^ get(); };
public Microsoft.AspNetCore.Identity.IdentityOptions Options { get; }
member this.Options : Microsoft.AspNetCore.Identity.IdentityOptions
Public ReadOnly Property Options As IdentityOptions

プロパティ値

このファクトリ インスタンスの現在 IdentityOptions の 。

適用対象