Returns an RNGCryptoServiceProvider instance.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: 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 ();
}

Return Value

An RNGCryptoServiceProvider instance.

See Also