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