IProcessSecurityContext Members

Include Protected Members
Include Inherited Members

Interface that encapsulates the Microsoft Windows security account information used by Microsoft SQL Server Agent to start a replication agent job.

The IProcessSecurityContext type exposes the following members.

Properties

  Name Description
Public property Login Gets or sets the name of the Microsoft Windows security account.
Public property Password Gets or sets the password for the Microsoft Windows security account specified in the Login property.
Public property SecurePassword Gets or sets the password (as a SecureString object) for the Microsoft Windows security account specified in the Login property.

Top