Freigeben über


IdentityOptions.Tokens Eigenschaft

Definition

Ruft die TokenOptions für das Identitätssystem ab oder legt sie fest.

public:
 property Microsoft::AspNetCore::Identity::TokenOptions ^ Tokens { Microsoft::AspNetCore::Identity::TokenOptions ^ get(); void set(Microsoft::AspNetCore::Identity::TokenOptions ^ value); };
public Microsoft.AspNetCore.Identity.TokenOptions Tokens { get; set; }
member this.Tokens : Microsoft.AspNetCore.Identity.TokenOptions with get, set
Public Property Tokens As TokenOptions

Eigenschaftswert

Die TokenOptions für das Identitätssystem.

Gilt für: