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