Previous Topic: SmAuthenticate()

Next Topic: SmAuthQuery()

SmAuthInit()

SiteMinder calls this function to let the authentication scheme perform its own initialization procedure. This call is made once, when the scheme is first loaded.

Syntax

Sm_AuthApi_Status_t SM_EXTERN SmAuthInit (
   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