C# 클래스 Keyczar.Compat.ImportedKeySet.Importer.PasswordFinder

password finder used for bouncy castle api
상속: IPasswordFinder
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet

공개 메소드들

메소드 설명
GetPassword ( ) : char[]

Gets the password.

PasswordFinder ( Func password ) : System

Initializes a new instance of the PasswordFinder class.

메소드 상세

GetPassword() 공개 메소드

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

PasswordFinder() 공개 메소드

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