/// <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.RNGCryptoServiceProvider" /> class.</summary>
 public RNGCryptoServiceProvider()
 {
     this._handle = RNGCryptoServiceProvider.RngInitialize(null);
     this.Check();
 }