ModuleSecurity.AddRuntimeUserAsync (String, String, String, String, String, String, String, String, Boolean, TRef<int>) Method

Add runtime user
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 oneTimePassword As Boolean, _ 
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
bool oneTimePassword
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

oneTimePassword
bool

One time password

errorCode
TRef<int>

Error code

Return Value

Task<string>

String containg the error message (if error) or empty string (if not error)

.NET Framework

Supported in: 4.8

In this article

Definition