C# Class OpenSim.Services.AuthenticationService.PasswordAuthenticationService

Inheritance: OpenSim.Services.AuthenticationService.AuthenticationServiceBase, IAuthenticationService
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
Authenticate ( UUID principalID, string password, int lifetime ) : string
PasswordAuthenticationService ( IConfigSource config ) : System

Method Details

Authenticate() public méthode

public Authenticate ( UUID principalID, string password, int lifetime ) : string
principalID UUID
password string
lifetime int
Résultat string

PasswordAuthenticationService() public méthode

public PasswordAuthenticationService ( IConfigSource config ) : System
config IConfigSource
Résultat System