CryptoRandom Class
Members See Also 
SourceCode.Security.Cryptography Namespace : CryptoRandom Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class CryptoRandom 
   Inherits System.Random
Visual Basic (Usage) Copy Code
Dim instance As CryptoRandom
C#  
public sealed class CryptoRandom : System.Random 
C++/CLI  
public ref class CryptoRandom sealed : public System.Random 

Inheritance Hierarchy

System.Object
   System.Random
      SourceCode.Security.Cryptography.CryptoRandom

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also