2 instantiations of AlgorithmId
crossgen2 (2)
Program.cs (2)
953
var signatureAlgorithmId = new
AlgorithmId
(sigAlgId);
959
var hashAlgorithmId = new
AlgorithmId
(hashAlgId);
2 references to AlgorithmId
crossgen2 (2)
Program.cs (2)
953
var
signatureAlgorithmId = new AlgorithmId(sigAlgId);
959
var
hashAlgorithmId = new AlgorithmId(hashAlgId);