Unit
ScBridge
type
TScUserAuthentication = (uaPublicKey, uaPassword, uaOSAuthentication);
TScUserAuthentications = set of TScUserAuthentication;
Description
The TScUserAuthentication enumeration represents user authentication methods.
Value | Meaning |
uaPublicKey | Specifies the user authentication by public user key. |
uaPassword | Specifies the user authentication by password. |
uaOSAuthentication | Specifies the user authentication by OS password. |
See also