Exemplo n.º 1
0
 /// <summary>
 /// Creates a new instance of the app settings with the specified cryptography services and key.
 /// </summary>
 public AppSettings(OrcaLogic.Security.Cryptography.SymmetricServices CryptoService, string EncryptionKey)
 {
     _cryptoservice = CryptoService;
     _encryptionkey = EncryptionKey;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new instance of the app settings with the specified cryptography services and key.
 /// </summary>
 public AppSettings(OrcaLogic.Security.Cryptography.SymmetricServices CryptoService, string EncryptionKey)
 {
     _cryptoservice = CryptoService;
     _encryptionkey = EncryptionKey;
 }