SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Introduction to SSH Secure Shell >>
    Configuring SSH Secure Shell >>
    Authentication >>
        Server Authentication>>
        User Authentication>>
        Keyboard-Interactive Authentication >>
            Overview
            Configuring the Server and Client
            Adding New Authentication Methods >>
                init Type
                free Type
                SshKbdIntSubMethodCB Type
                SshKbdIntSubMethodConv Type
    Log Messages >>
    Using SSH Secure Shell >>
    Tool Syntax>>
    Technical Specifications >>

free Type

Synopsis

typedef void (*free)(void *method_context);

Description

free is called by the main method during uninitialization. The submethod should free all state, including method_context at this stage.

Arguments

method_context
Should be assigned to the pointer to the context allocated.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice