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)
32writer.WriteObjectIdentifier(_key.Algorithm.Oid); 47return _key.SignData(data); 52Oid oid = new Oid(_key.Algorithm.Oid, null); 53byte[] pkBytes = _key.ExportSlhDsaPublicKey();