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

C# | Visual Basic | Visual C++ | J# |
public virtual MemcachedDeployment UserDetails( string userName, string password )
Public Overridable Function UserDetails ( _ userName As String, _ password As String _ ) As MemcachedDeployment
public: virtual MemcachedDeployment^ UserDetails( String^ userName, String^ password )
public MemcachedDeployment UserDetails( String userName, String password )

The MemcachedDeployment set with the specified user details.