1 write to _algorithm
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
46_algorithm = algorithm;
7 references to _algorithm
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (7)
196if (ecParameters.D.Length != _algorithm.KeySizeInBytes) 204(ecParameters.Curve.Oid.Value != _algorithm.CurveOidValue && ecParameters.Curve.Oid.FriendlyName != _algorithm.CurveOid.FriendlyName)) 214WriteKey(ecParameters.D, _algorithm.CurveOidValue, writer); 282int fieldWidth = _algorithm.KeySizeInBytes; 359return _ecdsa.VerifyData(data, signature, _algorithm.HashAlgorithmName, DSASignatureFormat.Rfc3279DerSequence); 385if (!_ecdsa.TrySignData(data, destination, _algorithm.HashAlgorithmName, DSASignatureFormat.Rfc3279DerSequence, out int bytesWritten))