Removes a registered authentication class scheme.
procedure UnregisterAuthenticationMethod( MethodName: String );
Parameters |
Description |
MethodName |
Authentication scheme name to remove from the list. |
UnregisterAuthenticationMethod is a procedure used to remove the authentication class reference with the name specified in MethodName from the list of registered authentication classes.
UnregisterAuthenticationMethod is called during finalization of the IdAuthentication.pas unit.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|