2 references to Base64UrlDecode
Microsoft.AspNetCore.DataProtection.Abstractions (2)
src\Shared\WebEncoders\WebEncoders.cs (2)
97
return
Base64UrlDecode
(input, offset, buffer, bufferOffset: 0, count: count);
209
/// with the <see cref="
Base64UrlDecode
(string, int, char[], int, int)"/> method.