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

password finder used for bouncy castle api
Inheritance: IPasswordFinder
Afficher le fichier Open project: jbtule/keyczar-dotnet

Méthodes publiques

Méthode Description
GetPassword ( ) : char[]

Gets the password.

PasswordFinder ( Func password ) : System

Initializes a new instance of the PasswordFinder class.

Method Details

GetPassword() public méthode

Gets the password.
public GetPassword ( ) : char[]
Résultat char[]

PasswordFinder() public méthode

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