Namespace: Consultingwerk.Framework
Class 
PasswordEncryptionService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Framework.IPasswordEncryptionService

File:PasswordEncryptionService
Purpose:ABL implementation of the IPasswordEncryptionService
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Jan 29 14:51:01 CET 2022
Notes:This variant of the service has no dependencies on the .NET
Framework. This implementation is not meant to be compatible
to the Consultingwerk.Windows.Framework.PasswordEncryptionService
which relies on the .NET framework
Purpose: Encodes a password
Notes:



Top Method Summary
Options Name Purpose
+ CHARACTER DecodePassword (character) Decodes a password
+ CHARACTER EncodePassword (character) Encodes a password


Method Detail
Top

PUBLIC CHARACTER DecodePassword (character)

Purpose: Decodes a password
Notes:

Parameters:
pcEncodedPassword CHARACTER
The encoded password to decode
Returns CHARACTER
The password
Top

PUBLIC CHARACTER EncodePassword (character)

Purpose: Encodes a password
Notes:

Parameters:
pcPassword CHARACTER
The password to encode
Returns CHARACTER
The encoded password


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:41