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
)
Public Shared Function PasswordLogValue (
cxt As IAppContext,
password As String,
userID As String
) As String
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:
StringThe obfuscated password.
See Also