Example #1
0
 /// <summary>
 /// <para>Initialize a new instance of the <see cref="CryptographySettings"/> class.</para>
 /// </summary>
 public CryptographySettings()
 {
     this.hashProviders = new HashProviderDataCollection();
     this.symmetricCryptoProviders = new SymmetricCryptoProviderDataCollection();
 }
 /// <summary>
 /// <para>Initialize a new instance of the <see cref="CryptographySettings"/> class.</para>
 /// </summary>
 public CryptographySettings()
 {
     this.hashProviders            = new HashProviderDataCollection();
     this.symmetricCryptoProviders = new SymmetricCryptoProviderDataCollection();
 }