예제 #1
0
 private static string GetKey(ConDepEncryptOptions options)
 {
     return(string.IsNullOrWhiteSpace(options.Key) ? JsonPasswordCrypto.GenerateKey(256) : options.Key);
 }
예제 #2
0
 private string GetKey(ConDepEncryptOptions options)
 {
     return string.IsNullOrWhiteSpace(options.Key) ? JsonPasswordCrypto.GenerateKey(256) : options.Key;
 }