Click or drag to resize

CredentialsPasswordLogValue Method

Obfuscate a password to a form appropriate for logging to the API log.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string PasswordLogValue(
	IAppContext cxt,
	string password,
	string userID
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
password
Type: SystemString
The password to be logged.
userID
Type: SystemString
The user associated with the password.

Return Value

Type: String
The obfuscated password.
See Also