mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-24 03:56:27 +00:00
Implementation of SecureString and CryptoRngProvider
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace System.Rng
|
||||
{
|
||||
public interface ICryptoRngProvider
|
||||
{
|
||||
public void GetBytes(byte[] data);
|
||||
public void GetNonZeroBytes(byte[] data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user