IdentityOptions.Tokens Eigenschaft

Definition

Ruft den TokenOptions für das Identitätssystem ab oder legt es 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

Der TokenOptions für das Identitätssystem.

Gilt für: