C# Class PassFruit.Security.EncryptedData

Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Méthodes publiques

Méthode Description
EncryptedData ( byte salt, byte initializationVector, int iterations, byte ciphertext )

Method Details

EncryptedData() public méthode

public EncryptedData ( byte salt, byte initializationVector, int iterations, byte ciphertext )
salt byte
initializationVector byte
iterations int
ciphertext byte