コード例 #1
0
 private static KeyValuePair <string, string> ReadPasswordValues(PackageSource source) =>
 new KeyValuePair <string, string>(source.IsPasswordClearText ? "ClearTextPassword" : "Password", source.IsPasswordClearText ? source.Password : EncryptionUtility.EncryptString(source.Password));