Table of Contents

KVSKBAProductionDigitalSignMgt

Procedures

DeletePassword(Record KVSKBAProductionUserSetup) :

Summary: Clears the stored password for the specified user setup.

[NonDebuggable()]
procedure DeletePassword(productionUserSetup: Record "KVSKBAProductionUserSetup"): 

Parameters:

  • productionUserSetup: The record of the user setup for which the password is to be cleared.

Remarks: This procedure is typically called when a user setup record is deleted or renamed to ensure that the associated password is also removed from storage.

PasswordHasValue(Record KVSKBAProductionUserSetup) : Boolean

Summary: Checks if a password value exists for the specified user setup.

[NonDebuggable()]
procedure PasswordHasValue(productionUserSetup: Record "KVSKBAProductionUserSetup"): Boolean

Parameters:

  • productionUserSetup: The record of the user setup for which to check the password value.

Returns: True if a password value exists; otherwise, false.

Remarks: This procedure is used to determine if a password has been set for the user setup, which is necessary for validating digital signatures.