1 write to _protector
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitIdFactory.cs (1)
25_protector = provider.CreateProtector(CircuitIdProtectorPurpose);
2 references to _protector
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitIdFactory.cs (2)
45var secret = _protector.Protect(buffer); 60var unprotectedBytes = _protector.Unprotect(protectedBytes);