Share via


UserClaimsPrincipalFactory<TUser,TRole>.Options 属性

定义

IdentityOptions获取此工厂的 。

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

属性值

此工厂实例的当前 IdentityOptions

适用于