Share via


MergeSynchronizationAgent.SecurePublisherEncryptedPassword Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the secure publisher encrypted password.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Property SecurePublisherEncryptedPassword As SecureString 
    Get 
    Set
'Usage
Dim instance As MergeSynchronizationAgent 
Dim value As SecureString 

value = instance.SecurePublisherEncryptedPassword

instance.SecurePublisherEncryptedPassword = value
public SecureString SecurePublisherEncryptedPassword { get; set; }
public:
property SecureString^ SecurePublisherEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString 
function set SecurePublisherEncryptedPassword (value : SecureString)

Property Value

Type: System.Security.SecureString
The secure publisher encrypted password.

See Also

Reference

MergeSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace