←Select platform

CreateUser Method (DICOMService)

Summary

Creates a new user.

Syntax

C#
VB
C++
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: 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.WCF Assembly
Click or drag to resize