ModuleSecurity.AddRuntimeUserAsync (String, String, String, String, String, String, String, String, TRef<int>) Method
Public Function AddRuntimeUserAsync( _
ByVal name As String, _
ByVal permissionsStr As String, _
ByVal password As String, _
ByVal passwordHint As String, _
ByVal policyStr As String, _
ByVal contactInfoEmail As String, _
ByVal contactInfoPhone As String, _
ByVal contactInfoCompleteName As String, _
ByVal errorCode As TRef<int> _
) As Task(Of String)
This language is not supported or no code example is available.
public Task<string> AddRuntimeUserAsync(
string name,
string permissionsStr,
string password,
string passwordHint,
string policyStr,
string contactInfoEmail,
string contactInfoPhone,
string contactInfoCompleteName,
TRef<int> errorCode
)
This language is not supported or no code example is available.
Parameters
- name
 - string
 
User name
- permissionsStr
 - string
 
Permissions
- password
 - string
 
Password
- passwordHint
 - string
 
Password hint
- policyStr
 - string
 
Policy
- contactInfoEmail
 - string
 
ContactInfo email
- contactInfoPhone
 - string
 
ContactInfo phone
- contactInfoCompleteName
 - string
 
ContactInfo complete name
- errorCode
 - TRef<int>
 
Error code
Return Value
Task<string>String containg the error message (if error) or empty string (if not error)