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