3 references to Encode
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (1)
232var correlationId = Base64UrlTextEncoder.Encode(bytes);
SecureDataFormat.cs (1)
46return Base64UrlTextEncoder.Encode(protectedData);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
317var codeVerifier = Base64UrlTextEncoder.Encode(bytes);