Previous Topic: SmAuthQuery()

Next Topic: Authorization API

SmAuthRelease()

SiteMinder calls this function so that an authentication scheme can perform its own rundown procedure. This call is made once when SiteMinder is shutting down.

Syntax

Sm_AuthApi_Status_t SM_EXTERN SmAuthRelease (
   const char*    lpszParam
   const char*    lpszSharedSecret
);

Parameter

I/O

Description

lpszParam

I

Pointer to the buffer containing the null-terminated parameter string as specified for the authentication scheme.

lpszSharedSecret

I

Pointer to the buffer containing the null-terminated shared secret string as specified for the authentication scheme.

Returns

This function returns one of the following values defined in the enumerated type Sm_AuthApi_Status_t:


Copyright © 2010 CA. All rights reserved. Email CA about this topic