ReplicationServer.ChangeReplicationServerPasswords Method
Include Protected Members
Include Inherited Members
Changes all stored instances of the password for a login maintained on the replication server.
Overload List
Name | Description | |
---|---|---|
ChangeReplicationServerPasswords(ReplicationSecurityMode, String, SecureString) | Changes all stored instances of the password for a login maintained on the replication server using a SecureString object. | |
ChangeReplicationServerPasswords(ReplicationSecurityMode, String, String) | Changes all stored instances of the password for a login maintained on the replication server. |
Top