PlatformAPI.TOTARemoteProfileCredential.IsEncrypted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsEncrypted: Boolean;

C++

bool IsEncrypted;

Properties

Type Visibility Source Unit Parent
field public
PlatformAPI.pas
PlatformAPI.hpp
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