Share via


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 值。

适用于