Can you set EncryptionLevel programmatically for Merge Replication
I'm creating a subscription programmatically using RMO which works nicely.
Can you set EncryptionLevel programmatically for Merge Replication, as from WinForms it failes saying that SSL needs to b开发者_JAVA技巧e set (but doesn't when it's ASP.NET).
Does not seem like that, the MergePublication
class does not expose any EncryptionLevel
property.
http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergepublication.aspx
精彩评论