diff --git a/SendsafelyAPI/Properties/AssemblyInfo.cs b/SendsafelyAPI/Properties/AssemblyInfo.cs index f88ea62..a633b64 100644 --- a/SendsafelyAPI/Properties/AssemblyInfo.cs +++ b/SendsafelyAPI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10")] -[assembly: AssemblyFileVersion("3.0.10")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.11")] +[assembly: AssemblyFileVersion("3.0.11")] \ No newline at end of file diff --git a/SendsafelyAPI/Utilities/CryptUtility.cs b/SendsafelyAPI/Utilities/CryptUtility.cs index 5ef258b..2c433a0 100644 --- a/SendsafelyAPI/Utilities/CryptUtility.cs +++ b/SendsafelyAPI/Utilities/CryptUtility.cs @@ -174,7 +174,7 @@ public String EncryptMessage(String unencryptedMessage, char[] passPhrase) return Convert.ToBase64String(encOut.ToArray()); } - private Boolean CanEncrypt(IEnumerable keySigs) { + public Boolean CanEncrypt(IEnumerable keySigs) { int keyFlags = 0; foreach(PgpSignature ks in keySigs)