C# Class OpenSim.Services.AuthenticationService.PasswordAuthenticationService

Inheritance: OpenSim.Services.AuthenticationService.AuthenticationServiceBase, IAuthenticationService
Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

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

Method Details

Authenticate() public method

public Authenticate ( UUID principalID, string password, int lifetime ) : string
principalID UUID
password string
lifetime int
return string

PasswordAuthenticationService() public method

public PasswordAuthenticationService ( IConfigSource config ) : System
config IConfigSource
return System