C# Class Keyczar.Compat.ImportedKeySet.Importer.PasswordFinder

password finder used for bouncy castle api
Inheritance: IPasswordFinder
Exibir arquivo Open project: jbtule/keyczar-dotnet

Public Methods

Method Description
GetPassword ( ) : char[]

Gets the password.

PasswordFinder ( Func password ) : System

Initializes a new instance of the PasswordFinder class.

Method Details

GetPassword() public method

Gets the password.
public GetPassword ( ) : char[]
return char[]

PasswordFinder() public method

Initializes a new instance of the PasswordFinder class.
public PasswordFinder ( Func password ) : System
password Func The passsword.
return System