2 references to Decode
Microsoft.AspNetCore.Authentication (1)
SecureDataFormat.cs (1)
65var protectedData = Base64UrlTextEncoder.Decode(protectedText);
Microsoft.AspNetCore.Authentication.Test (1)
Base64UrlTextEncoderTests.cs (1)
19byte[] result = Base64UrlTextEncoder.Decode(text);