3 references to SecurityTokenBitLength
Microsoft.AspNetCore.Antiforgery (3)
Internal\AntiforgeryToken.cs (1)
34_securityToken = new BinaryBlob(SecurityTokenBitLength);
Internal\DefaultAntiforgeryTokenSerializer.cs (2)
94var securityTokenBytes = reader.ReadBytes(AntiforgeryToken.SecurityTokenBitLength / 8); 96new BinaryBlob(AntiforgeryToken.SecurityTokenBitLength, securityTokenBytes);