REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey : Différence entre versions

De RAD Studio API Documentation
Aller à : navigation, rechercher
(WM issue. LOC-21346)
m (1 version : Internal review. LOC-21346)
 
(2 révisions intermédiaires par 2 utilisateurs non affichées)
Ligne 5 : Ligne 5 :
 
{{#ifeq: {{PAGENAME}} | REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey | |{{InheritsFrom|REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey}}}}
 
{{#ifeq: {{PAGENAME}} | REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey | |{{InheritsFrom|REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey}}}}
  
<section begin="short" />Clé pour la [[REST.Authenticator.Simple.TSimpleAuthenticator.Password|valeur password]].<section end="short" />
+
<section begin="short" />Clé pour la [[REST.Authenticator.Simple.TSimpleAuthenticator.Password|valeur du mot de passe]].<section end="short" />
  
 
===Voir aussi===
 
===Voir aussi===

Version actuelle datée du 28 janvier 2016 à 12:47

Delphi

property PasswordKey: string read FPasswordKey write SetPasswordKey;

C++

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

Propriétés

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


Description

Clé pour la valeur du mot de passe.

Voir aussi