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