Click or drag to resize

WindowsServiceInstallerPassword Property

Gets or sets the password of the UserName.

This is only used if the account that starts the service is 'User' or 'NetworkService'.

Namespace:  Cauldron.WindowsService
Assembly:  Cauldron.Win32.WindowsService (in Cauldron.Win32.WindowsService.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public SecureString Password { get; set; }

Property Value

Type: SecureString

[Missing <value> documentation for "P:Cauldron.WindowsService.WindowsServiceInstaller.Password"]

See Also