Freigeben über


UserClaimsPrincipalFactory<TUser>.Options Eigenschaft

Definition

Ruft den IdentityOptions für diese Factory ab.

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

Eigenschaftswert

Der aktuelle IdentityOptions für diese Factory instance.

Gilt für: