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.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |