OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Services.Interfaces.AuthInfo Class Reference

Public Member Functions

Dictionary< string, object > ToKeyValuePairs ()
 

Properties

UUID PrincipalID [get, set]
 
string AccountType [get, set]
 
string PasswordHash [get, set]
 
string PasswordSalt [get, set]
 
string WebLoginKey [get, set]
 

Detailed Description

Definition at line 34 of file IAuthenticationService.cs.

Member Function Documentation

Dictionary<string, object> OpenSim.Services.Interfaces.AuthInfo.ToKeyValuePairs ( )
inline

Definition at line 42 of file IAuthenticationService.cs.

Property Documentation

string OpenSim.Services.Interfaces.AuthInfo.AccountType
getset

Definition at line 37 of file IAuthenticationService.cs.

string OpenSim.Services.Interfaces.AuthInfo.PasswordHash
getset

Definition at line 38 of file IAuthenticationService.cs.

string OpenSim.Services.Interfaces.AuthInfo.PasswordSalt
getset

Definition at line 39 of file IAuthenticationService.cs.

UUID OpenSim.Services.Interfaces.AuthInfo.PrincipalID
getset

Definition at line 36 of file IAuthenticationService.cs.

string OpenSim.Services.Interfaces.AuthInfo.WebLoginKey
getset

Definition at line 40 of file IAuthenticationService.cs.


The documentation for this class was generated from the following file: