2 references to Base64UrlEncode
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\WebEncoders\WebEncoders.cs (1)
348/// <see cref="byte"/>s with the <see cref="Base64UrlEncode(byte[], int, char[], int, int)"/> method.
WebEncodersTests.cs (1)
79WebEncoders.Base64UrlEncode(input, offset: 3, output: output, outputOffset: 4, count: input.Length - 5);