2 references to IsPersistentKey
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationProperties.cs (2)
75
get => GetString(
IsPersistentKey
) != null;
76
set => SetString(
IsPersistentKey
, value ? string.Empty : null);