ModuleSecurity.AddRuntimeUserAsync (String, String, String, String, String, String, String, String, Boolean) Method
<ID("AddRuntimeUserAsync", (int)e.AddRuntimeUserAsync)> _
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, _
Optional ByVal oneTimePassword As Boolean = false _
) As Task(Of String)
This language is not supported or no code example is available.
[ID("AddRuntimeUserAsync", (int)e.AddRuntimeUserAsync)]
public Task<string> AddRuntimeUserAsync(
string name,
string permissionsStr,
string password,
string passwordHint,
string policyStr,
string contactInfoEmail,
string contactInfoPhone,
string contactInfoCompleteName,
bool oneTimePassword = false
)
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
- oneTimePassword
- bool
One time password
Return Value
Task<string>String containg the error message (if error) or empty string (if not error)