Adds OnLoad and OnUnload methods to the credential provider and tile
This commit is contained in:
@@ -60,6 +60,8 @@ namespace Lithnet.CredentialProvider
|
||||
Marshal.AddRef(intPtr);
|
||||
}
|
||||
|
||||
this.OnLoad();
|
||||
|
||||
return HRESULT.S_OK;
|
||||
}
|
||||
catch (Exception ex)
|
||||
@@ -83,6 +85,8 @@ namespace Lithnet.CredentialProvider
|
||||
this.credentialProviderEventsAdviseContext = IntPtr.Zero;
|
||||
}
|
||||
|
||||
this.OnUnload();
|
||||
|
||||
return HRESULT.S_OK;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user