SDContext.SetUserNameWithPassword
Method
Visual Basic
Public Shared SubSetUserNameWithPassword
(
ByVal userName As String,
ByVal password As String)
C#
public static voidSetUserNameWithPassword
(
string userName,
string password);
Purpose
Register a username with password for identification to secure daemons.
Remarks
When any program transport connects to a secure daemon, the daemon verifies the program’s identity using TLS protocols.
Parameter |
Description |
|
Register this username for communicating with secure daemons. |
|
Register this password for communicating with secure daemons. |
Important |
For important information about password security, see Security Factors in . |