2 references to EqualBytes
mscorlib (2)
system\security\cryptography\tripledes.cs (2)
85
if (
EqualBytes
(rgbOddParityKey,0,8,8)) return(true);
86
if ((rgbOddParityKey.Length == 24) &&
EqualBytes
(rgbOddParityKey,8,16,8)) return(true);