System.Security.Cryptography.RNGCryptoServiceProvider.RNGCryptoServiceProvider.Check C# (CSharp) Method

Check() private method

private Check ( ) : void
return void
		private void Check () 
		{
			if (_handle == IntPtr.Zero) {
				throw new CryptographicException (
					Locale.GetText ("Couldn't access random source."));
			}
		}