Creates a new user.
public void CreateUser( string username, string password, string extraData )
public void CreateUser(
string username,
string password,
string extraData
)
Public Sub CreateUser( _ ByVal username As String, _ ByVal password As String, _ ByVal extraData As String _ )
Public Sub CreateUser( _
ByVal username As String, _
ByVal password As String, _
ByVal extraData As String _
public: void CreateUser( String^ username, String^ password, String^ extraData )
public:
void CreateUser(
String^ username,
String^ password,
String^ extraData
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.
Target Platforms
DICOMService Class
DICOMService Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Multimedia .NET | C API
Medical Web Viewer .NET
.NET
Silverlight
WinRT
WinRT Phone
Java
Android
iOS/macOS
JavaScript HTML5
Multimedia
Medical Web Viewer
C API
C++ Class Library