Returns an RNGCryptoServiceProvider instance.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
protected RNGCryptoServiceProvider RngCsp { get; } |
Visual Basic |
---|
Protected ReadOnly Property RngCsp As RNGCryptoServiceProvider Get |
Visual C++ |
---|
protected: property RNGCryptoServiceProvider^ RngCsp { RNGCryptoServiceProvider^ get (); } |