2 references to DecryptSecret
Microsoft.DotNet.HotReload.Client.Tests (2)
AbstractBrowserRefreshServer.cs (1)
113var sharedSecret = (subProtocol != null) ? _sharedSecretProvider.DecryptSecret(WebUtility.UrlDecode(subProtocol)) : null;
SharedSecretProviderTests.cs (1)
42var decrypted = provider.DecryptSecret(encrypted);