4 references to ClearAll
System.Security.Cryptography (4)
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
)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
591
internal void TrackArray(byte[]? rented, int clearSize = CryptoPool.
ClearAll
)