Previous Topic: Sm_PolicyApi_GetSchemeByName()Next Topic: Sm_PolicyApi_GetTargetConfigFromSAML1xScheme


Sm_PolicyApi_GetSharedSecretPolicy()

Gets the current SharedSecretPolicy.

Returns the current shared secret policy object. There will always be exactly one such object, so it is not necessary to specify its OID.

Type

Agent configuration.

Syntax

int SM_EXTERN Sm_PolicyApi_GetSharedSecretPolicy (
   void*                                pSessionHandle,
   Sm_PolicyApi_SharedSecretPolicy_t**  ppstructSecretPolicy
);

Parameter

I/O

Description

pSessionHandle

I

The current Policy API session handle.

ppstructSecret
  Policy

I/O

Address of pointer to shared secret policy structure

Returns