C# Class JabbR.Services.FileBasedKeyProvider

Default keys are generate on the fly and persisted to a specified folder
Inheritance: IKeyProvider
Show file Open project: ucdavis/JabbR

Public Methods

Method Description
FileBasedKeyProvider ( ) : System
FileBasedKeyProvider ( string path ) : System

Private Methods

Method Description
GetDefaultPath ( ) : string

Method Details

FileBasedKeyProvider() public method

public FileBasedKeyProvider ( ) : System
return System

FileBasedKeyProvider() public method

public FileBasedKeyProvider ( string path ) : System
path string
return System