3 references to AlgorithmSubId
Microsoft.DotNet.StrongName (3)
Algorithm.cs (2)
52
internal
AlgorithmSubId
SubId
54
get { return (
AlgorithmSubId
)((_flags >> AlgorithmSubIdOffset) & AlgorithmSubIdMask); }
Utils.cs (1)
66
if (hashAlgorithmId.IsSet && (hashAlgorithmId.Class != Algorithm.AlgorithmClass.Hash || hashAlgorithmId.SubId < Algorithm.
AlgorithmSubId
.Sha1Hash))