SymmetricEncryptionAttribute

SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string)

Creëert symmetrisch algoritme met parameters.

public SymmetricEncryptionAttribute(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


SymmetricEncryptionAttribute(SymmetricAlgorithmType, string)

Creëert symmetrisch algoritme met parameters en standaard wachtwoordzin.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key)
Parameter Type Beschrijving
key SymmetricAlgorithmType Versleutelingssleutel
algorithmType String Type versleutelingsalgoritme

Zie ook