Beispiel #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;
 }
Beispiel #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;
 }