1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\SlhDsaX509SignatureGenerator.cs (1)
18
_key
= key;
4 references to _key
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\SlhDsaX509SignatureGenerator.cs (4)
32
writer.WriteObjectIdentifier(
_key
.Algorithm.Oid);
47
return
_key
.SignData(data);
52
Oid oid = new Oid(
_key
.Algorithm.Oid, null);
53
byte[] pkBytes =
_key
.ExportSlhDsaPublicKey();