REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PasswordKey: string read FPasswordKey write SetPasswordKey;

C++

__property System::UnicodeString PasswordKey = {read=FPasswordKey, write=SetPasswordKey};

Properties

Type Visibility Source Unit Parent
property published
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple TSimpleAuthenticator

Description

Key for the password value.

See Also