3 references to KeySizeInBytes
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (3)
131int fieldWidth = algorithm.KeySizeInBytes; 189if (ecParameters.D.Length != _algorithm.KeySizeInBytes) 275int fieldWidth = _algorithm.KeySizeInBytes;