AuthenticationPropertiesExtensions Class
Extension methods for Microsoft.AspNetCore.Authentication.AuthenticationProperties.
public static class AuthenticationPropertiesExtensionsInheritance System.Object → AuthenticationPropertiesExtensions
Methods
AuthenticationPropertiesExtensions.TryGetStringList(this AuthenticationProperties, string, List<string>) Method
Attempts to retrieve a list of strings from authentication properties. The value is expected to be a JSON-serialized array of strings.
public static bool TryGetStringList(this Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string key, out System.Collections.Generic.List<string>? values);