Contents

RemoveHintValue

Removes a value stored by the plug-in authorization mechanism.

Declaration

int (*)(struct __OpaqueAuthorizationEngine *, const char *) RemoveHintValue;

Parameters

  • inEngine:

    An opaque handle that is passed to your plug-in when the authorization engine calls your Mechanismcreate function.

  • inKey:

    A key indicating which value you want to remove. This key must correspond to one you specified when you used the Sethintvalue function to store a hint value.

Return Value

A result code. Possible results are errAuthorizationSuccess (no error) and errAuthorizationInternal (Security Server internal error).