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)
45
var secret =
_protector
.Protect(buffer);
60
var unprotectedBytes =
_protector
.Unprotect(protectedBytes);