PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Encrypts, Hashes, or leaves the password clear based on the PasswordFormat.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public string EncodePassword(
	 passwordFormat,
	string password,
	string salt
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function EncodePassword ( _
	passwordFormat As , _
	password As , _
	salt As  _
) As 

Parameters

passwordFormat
PasswordEncryptionFormat
password
String
salt
String

Return Value

See Also

Advanced