1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\MLDsaX509SignatureGenerator.cs (1)
18
_key
= key;
4 references to _key
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\MLDsaX509SignatureGenerator.cs (4)
31
writer.WriteObjectIdentifier(
_key
.Algorithm.Oid);
46
return
_key
.SignData(data);
51
Oid oid = new Oid(
_key
.Algorithm.Oid, null);
52
byte[] pkBytes =
_key
.ExportMLDsaPublicKey();