Click or drag to resize

ApplicationPropertiesPasswordEncryption Property

Specifies the password encryption algorithm to use. This generally should not be changed once an application is in production. If changed, a migration or re-authentication will be required. See EncryptionAlgorithm

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
EncryptionAlgorithm PasswordEncryption { get; }

Property Value

Type: EncryptionAlgorithm
Specifies the password encryption algorithm to use. This generally should not be changed once an application is in production. If changed, a migration or re-authentication will be required. See EncryptionAlgorithm
See Also