SymmetricEncryptionAttribute

SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string)

Skapar symmetrisk algoritm med parametrar.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key, string salt)
Parameter Typ Beskrivning
algorithmType SymmetricAlgorithmType Ange symmetrisk algoritmtyp
key String Krypteringsnyckel
salt String Lösenfras för kryptering

Se även


SymmetricEncryptionAttribute(SymmetricAlgorithmType, string)

Skapar symmetrisk algoritm med parametrar och standardlösenfras.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key)
Parameter Typ Beskrivning
key SymmetricAlgorithmType Krypteringsnyckel
algorithmType String Typ av krypteringsalgoritm

Se även