2 instantiations of AlgorithmId
Microsoft.CodeAnalysis (2)
StrongName\CryptoBlobParser.cs (2)
127var signatureAlgorithmId = new AlgorithmId(sigAlgId); 133var hashAlgorithmId = new AlgorithmId(hashAlgId);
5 references to AlgorithmId
Microsoft.CodeAnalysis (5)
StrongName\CryptoBlobParser.cs (5)
127var signatureAlgorithmId = new AlgorithmId(sigAlgId); 133var hashAlgorithmId = new AlgorithmId(hashAlgId); 163w.WriteUInt32(AlgorithmId.RsaSign); 164w.WriteUInt32(AlgorithmId.Sha); 240algId = AlgorithmId.RsaSign;