3 references to
System.Security.Cryptography (3)
System\Security\Cryptography\RNGCryptoServiceProvider.cs (3)
14public RNGCryptoServiceProvider() : this((CspParameters?)null) { } 15public RNGCryptoServiceProvider(string str) : this((CspParameters?)null) { } 16public RNGCryptoServiceProvider(byte[] rgb) : this((CspParameters?)null) { }