diff --git a/NuGet.config b/NuGet.config index bc346270cc..80f5bd7fcc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,9 +1,7 @@  - + - - diff --git a/src/Common/Utilities/Base64UrlHelper.cs b/src/Common/Utilities/Base64UrlHelper.cs index f88216d90f..e71a8c1a73 100644 --- a/src/Common/Utilities/Base64UrlHelper.cs +++ b/src/Common/Utilities/Base64UrlHelper.cs @@ -78,7 +78,7 @@ public static byte[] DecodeToBytes(string arg) return Convert.FromBase64String(s); // Standard base64 decoder } - internal static string Encode(byte[] arg) + public static string Encode(byte[] arg) { if (arg == null) {