C# 클래스 Deveel.Data.Security.Pkcs12UserIdentifier

상속: IUserIdentifier
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
CreateIdentification ( string input ) : UserIdentification
VerifyIdentification ( string input, UserIdentification identification ) : bool

메소드 상세

CreateIdentification() 공개 메소드

public CreateIdentification ( string input ) : UserIdentification
input string
리턴 UserIdentification

VerifyIdentification() 공개 메소드

public VerifyIdentification ( string input, UserIdentification identification ) : bool
input string
identification UserIdentification
리턴 bool