3 references to AlgorithmSubId
crossgen2 (3)
Program.cs (3)
891
public
AlgorithmSubId
SubId
893
get { return (
AlgorithmSubId
)((_flags >> AlgorithmSubIdOffset) & AlgorithmSubIdMask); }
960
if (hashAlgorithmId.IsSet && (hashAlgorithmId.Class != AlgorithmClass.Hash || hashAlgorithmId.SubId <
AlgorithmSubId
.Sha1Hash))