GigaSpaces XAP.NET Documentation
UserDetails Method (userName, password)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceSpaceDeploymentUserDetails(String, String)
Sets the username and password (effectively making the processing unit secured) for the processing unit deployment.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual SpaceDeployment UserDetails(
	string userName,
	string password
)
Public Overridable Function UserDetails ( _
	userName As String, _
	password As String _
) As SpaceDeployment
public:
virtual SpaceDeployment^ UserDetails(
	String^ userName, 
	String^ password
)
public SpaceDeployment UserDetails(
	String userName,
	String password
)
Parameters
userName (String)
The username to be set for the space deployment.
password (String)
The password to be set for the space deployment.
Return Value
The SpaceDeployment set with the specified username and password.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)