SetPassword Procedure
Sets a password to be used with basic authentication.
Overloads
Name | Description |
---|---|
SetPassword(SecretText) | Sets a password to be used with basic authentication. |
SetPassword(Text) | Sets a password to be used with basic authentication. |
SetPassword(SecretText) Procedure
Sets a password to be used with basic authentication.
Signature
SetPassword(NewPassword: SecretText)
Parameters
NewPassword
SecretText
The password, as SecretText.
SetPassword(Text) Procedure
Sets a password to be used with basic authentication.
Deprecated
This procedure is deprecated and should not be used.
Reason: Use SetPassword with SecretText data type for NewPassword.
Deprecated since: 24.0
Signature
[Obsolete('Use SetPassword with SecretText data type for NewPassword.', '24.0')]
[NonDebuggable]
SetPassword(NewPassword: Text)
Parameters
NewPassword
Text
The password.
This documentation is generated from Smart Toolbox v27.0