IProcessSecurityContext Interface
SQL Server 2012
Interface that encapsulates the Microsoft Windows security account information used by Microsoft SQL Server Agent to start a replication agent job.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
The IProcessSecurityContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Login | Gets or sets the name of the Microsoft Windows security account. |
![]() | Password | Gets or sets the password for the Microsoft Windows security account specified in the Login property. |
![]() | SecurePassword | Gets or sets the password (as a SecureString object) for the Microsoft Windows security account specified in the Login property. |

