6 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.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
83var codeVerifier = Base64UrlTextEncoder.Encode(bytes);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
317var codeVerifier = Base64UrlTextEncoder.Encode(bytes);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
415var codeVerifier = Base64UrlTextEncoder.Encode(bytes);
Microsoft.AspNetCore.Authentication.Test (1)
Base64UrlTextEncoderTests.cs (1)
18string text = Base64UrlTextEncoder.Encode(data);