6 references to IdLength
Microsoft.AspNetCore.Components.Server (6)
Circuits\CircuitIdFactory.cs (6)
37
var id = new byte[
IdLength
];
40
sourceIndex: SecretLength -
IdLength
,
43
length:
IdLength
);
69
var id = new byte[
IdLength
];
72
sourceIndex: SecretLength -
IdLength
,
75
length:
IdLength
);