PaymentGatewayLibrary

SymmetricEncryption Properties

The properties of the SymmetricEncryption class are listed below. For a complete list of SymmetricEncryption class members, see the SymmetricEncryption Members topic.

Public Instance Properties

IV Gets or sets the initialization vector (IV) for the symmetric algorithm.
IVString Gets or sets the initialization vector (IV) string for the symmetric algoritm. This property is the same as the IV property.
Key Gets or sets the secret key for the symmetric algorithm.
KeyString Gets or sets the secret key for the symmetric algorithm. This property is the same as the Key property.

See Also

SymmetricEncryption Class | Duis.Cryptography Namespace