1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
18_key = key;
2 references to _key
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (2)
66return _key.SignData(data, hashAlgorithm, DSASignatureFormat.Rfc3279DerSequence); 71ECParameters ecParameters = _key.ExportParameters(false);