2 instantiations of AlgorithmId
Microsoft.DotNet.SignTool (2)
src\StrongName.cs (2)
688var signatureAlgorithmId = new AlgorithmId(sigAlgId); 694var hashAlgorithmId = new AlgorithmId(hashAlgId);
5 references to AlgorithmId
Microsoft.DotNet.SignTool (5)
src\StrongName.cs (5)
688var signatureAlgorithmId = new AlgorithmId(sigAlgId); 694var hashAlgorithmId = new AlgorithmId(hashAlgId); 713w.WriteUInt32(AlgorithmId.RsaSign); 714w.WriteUInt32(AlgorithmId.Sha); 791algId = AlgorithmId.RsaSign;