4 references to KeySizeInBytes
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (4)
95
EccKeyFormatHelper.GetECPointFromUncompressedPublicKey(publicKey.Span, algorithm.
KeySizeInBytes
, out x, out y);
154
int fieldWidth = algorithm.
KeySizeInBytes
;
212
if (ecParameters.D.Length != _algorithm.
KeySizeInBytes
)
309
int fieldWidth = _algorithm.
KeySizeInBytes
;