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