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