Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the secure subscriber encrypted password.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Property SecureSubscriberEncryptedPassword As SecureString
Get
Set
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As SecureString
value = instance.SecureSubscriberEncryptedPassword
instance.SecureSubscriberEncryptedPassword = value
public SecureString SecureSubscriberEncryptedPassword { get; set; }
public:
property SecureString^ SecureSubscriberEncryptedPassword {
SecureString^ get ();
void set (SecureString^ value);
}
member SecureSubscriberEncryptedPassword : SecureString with get, set
function get SecureSubscriberEncryptedPassword () : SecureString
function set SecureSubscriberEncryptedPassword (value : SecureString)
Property Value
Type: System.Security.SecureString
The secure subscriber encrypted password.