Gets the encrypted user credentials.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public void GetEncryptedUserCredentials(
	out string user,
	out string password,
	out string domain
)
Visual Basic (Declaration)
Public Sub GetEncryptedUserCredentials ( _
	<OutAttribute> ByRef user As String, _
	<OutAttribute> ByRef password As String, _
	<OutAttribute> ByRef domain As String _
)
Visual C++
public:
virtual void GetEncryptedUserCredentials(
	[OutAttribute] String^% user, 
	[OutAttribute] String^% password, 
	[OutAttribute] String^% domain
) sealed

Parameters

user
Type: System..::.String %
User.
password
Type: System..::.String %
Password.
domain
Type: System..::.String %
Domain.

Implements

IAppServerMgrProxy..::.GetEncryptedUserCredentials(String%, String%, String%)

See Also