3 references to ClearAll
System.Security.Cryptography.Pkcs (3)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (3)
15internal static void Return(ArraySegment<byte> arraySegment, int clearSize = ClearAll) 20Return(arraySegment.Array, clearSize == ClearAll ? arraySegment.Count : clearSize); 23internal static void Return(byte[] array, int clearSize = ClearAll)