5 references to ClearAll
System.Security.Cryptography (5)
src\runtime\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)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
2011int base64ClearSize = CryptoPool.ClearAll; 2103int clearSize = CryptoPool.ClearAll;