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