Leadtools.Dicom.WCF
LEAD Technologies, Inc

CreateUser Method (DICOMService)






A System.String representing the new user name to create.
A System.String representing the new user password to create.
User custom data.
Creates a new user.
Syntax
public virtual void CreateUser( 
   string username,
   string password,
   string extraData
)
'Declaration
 
Public Overridable Sub CreateUser( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As DICOMService
Dim username As String
Dim password As String
Dim extraData As String
 
instance.CreateUser(username, password, extraData)
public virtual void CreateUser( 
   string username,
   string password,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.CreateUser( 
   username ,
   password ,
   extraData 
)
public:
virtual void CreateUser( 
   String^ username,
   String^ password,
   String^ extraData
) 

Parameters

username
A System.String representing the new user name to create.
password
A System.String representing the new user password to create.
extraData
User custom data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.