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