IAdmSelfPasswordResetManagerFactory3

The IAdmSelfPasswordResetManagerFactory3 interface extends the IAdmSelfPasswordResetManagerFactory interface with the possibility to release an instance of the IAdmSelfPasswordResetManager interface.

Inheritance: IAdmSelfPasswordResetManagerFactory2

Methods

Details

ReleaseManager()

Releases an instance of the IAdmSelfPasswordResetManager interface by the given cookie.

void ReleaseManager(string cookie)

Parameters

The cookie parameter specifies the cookie returned by the IAdmSelfPasswordResetManagerFactory::CreateManager or IAdmSelfPasswordResetManagerFactory2::CreateManagerEx method.


Requirements

Minimum required version: 2018.1

See also