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 instance.

적용 대상