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