PreviousNextIndex

LOCK-REGISTRATION( ) method

Restricts the registration of additional authentication domains in the application’s trusted authentication domain registry for the remainder of the session. You must call this method after you have registered all authentication domains for a session using the REGISTER-DOMAIN( ) method.

Return type: LOGICAL

Applies to: SECURITY-POLICY system handle

Syntax
LOCK-REGISTRATION( ) 

You must call this method before you can use the trusted authentication domain registry to validate Client-principal objects for the application.

If you do not register at least one authentication domain in the trusted authentication domain registry before calling this method, this method returns TRUE. However, any attempt to seal a Client-principal object will generate a run-time error.

If successful, this method returns TRUE. Otherwise, it returns FALSE.

See also: LOAD-DOMAINS( ) method, REGISTER-DOMAIN( ) method


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex