AuthentificationUsersSaltList Property | |
Zoznam používateľov s vygenerovanými SALT. Tieto hodnoty sa používajú pri prihlasovaní používateľa -> k tejto hodnote sa pripojí heslo a z toho sa následne vytvorí hash.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax public Authentificationcls_UsersSaltCollection UsersSaltList { get; }
Public ReadOnly Property UsersSaltList As Authentificationcls_UsersSaltCollection
Get
Dim instance As Authentification
Dim value As Authentificationcls_UsersSaltCollection
value = instance.UsersSaltList
Property Value
Authentificationcls_UsersSaltCollectionSee Also