4 references to BitLength
Microsoft.AspNetCore.Antiforgery.Test (4)
AntiforgeryTokenTest.cs (2)
92
Assert.Equal(AntiforgeryToken.SecurityTokenBitLength, securityToken!.
BitLength
);
124
Assert.Equal(AntiforgeryToken.SecurityTokenBitLength, securityToken!.
BitLength
);
BinaryBlobTest.cs (2)
16
Assert.Equal(64, blob.
BitLength
);
52
Assert.Equal(32, blob.
BitLength
);