C# Class Deveel.Data.Security.Pkcs12UserIdentifier

Inheritance: IUserIdentifier
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
CreateIdentification ( string input ) : UserIdentification
VerifyIdentification ( string input, UserIdentification identification ) : bool

Method Details

CreateIdentification() public méthode

public CreateIdentification ( string input ) : UserIdentification
input string
Résultat UserIdentification

VerifyIdentification() public méthode

public VerifyIdentification ( string input, UserIdentification identification ) : bool
input string
identification UserIdentification
Résultat bool