PlatformAPI.TOTARemoteProfileCredential.IsEncrypted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsEncrypted: Boolean;

Properties

Type Visibility Source Unit Parent
field public PlatformAPI.pas PlatformAPI TOTARemoteProfileCredential

Description

IsEncrypted returns True if credentials contain a password that is encrypted; it returns False if the password is in plain text. This property is only relevant if those credentials contain a password and not an encrypted password file.

See Also