VALIDATE-DOMAIN-ACCESS-CODE( ) method

Returns TRUE if the encrypted value of the domain access code matches the clear text value.

Return-type: LOGICAL

Applies to: SECURITY-POLICY system handle

Syntax

VALIDATE-DOMAIN-ACCESS-CODE ( encrypted-value , text-value )
encrypted-value
A CHARACTER expression containing the encrypted value of the domain access code.
text-value
A CHARACTER expression containing the clear text value of the domain access code.

See also

ENCODE-DOMAIN-ACCESS-CODE( ) method