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