2 references to Decode
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitIdFactory.cs (1)
59
var protectedBytes = Base64UrlTextEncoder.
Decode
(text);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitIdFactoryTest.cs (1)
75
var protectedBytes = Base64UrlTextEncoder.
Decode
(secret.Secret);