|
ClientInfoClientUserCredentials Property
|
Gets the credentials in 'username:password' format for authenticating the remote client application's user if a valid
ClientUser is not available.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax public string ClientUserCredentials { get; }
Public ReadOnly Property ClientUserCredentials As String
Get
public:
property String^ ClientUserCredentials {
String^ get ();
}
member ClientUserCredentials : string with get
function get_ClientUserCredentials();
View SourceProperty Value
StringSee Also