Click or drag to resize

ClientHelperSecurePassword Property

Gets or sets the password of the ClientHelper's user to be used for authenticating with the ServiceHelper.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public SecureString SecurePassword { get; set; }
View Source

Property Value

SecureString
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being specified is null.
See Also