2 instantiations of AlgorithmId
Microsoft.DotNet.StrongName (2)
Utils.cs (2)
59var signatureAlgorithmId = new Algorithm.AlgorithmId(sigAlgId); 65var hashAlgorithmId = new Algorithm.AlgorithmId(hashAlgId);
5 references to AlgorithmId
Microsoft.DotNet.StrongName (5)
Signing.cs (3)
264w.WriteUInt32(Algorithm.AlgorithmId.RsaSign); 265w.WriteUInt32(Algorithm.AlgorithmId.Sha); 342algId = Algorithm.AlgorithmId.RsaSign;
Utils.cs (2)
59var signatureAlgorithmId = new Algorithm.AlgorithmId(sigAlgId); 65var hashAlgorithmId = new Algorithm.AlgorithmId(hashAlgId);