SymmetricEncryption

SymmetricEncryption(SymmetricAlgorithmType, string, string)

Creëert een symmetrisch versleutelingsalgoritme met parameters.

public SymmetricEncryption(SymmetricAlgorithmType algorithmType, string key, string salt)
Parameter Type Beschrijving
algorithmType SymmetricAlgorithmType Geef het type symmetrisch algoritme op
key String Versleutelingssleutel
salt String Wachtwoordzin voor codering

Zie ook


SymmetricEncryption(SymmetricAlgorithmType, string)

Creëert een symmetrisch versleutelingsalgoritme met standaard wachtwoordzin

public SymmetricEncryption(SymmetricAlgorithmType algorithmType, string key)
Parameter Type Beschrijving
algorithmType SymmetricAlgorithmType Geef het type symmetrisch algoritme op
key String Versleutelingssleutel

Zie ook