Namespace: Consultingwerk.Framework
Interface 
IPasswordEncryptionService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.PasswordEncryptionService, Consultingwerk.Windows.Framework.PasswordEncryptionService

File:IPasswordEncryptionService
Purpose:Interface for services providing capability to encode and
decode passwords
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Aug 27 10:53:22 CEST 2020
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:37