Sets the username and password (effectively making the processing unit secured)
for the processing unit deployment.

C# | Visual Basic | Visual 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 )

The SpaceDeployment set with the specified username and password.