protected void FreeMemory()
        {
            ExcludeCredentialsList.Dispose();
            _excludeCredentialsExList?.Dispose();

            Helper.SafeFreeHGlobal(ref ExcludeCredentialsExListPtr);
            Helper.SafeFreeHGlobal(ref CancellationId);
        }
Exemplo n.º 2
0
        protected void FreeMemory()
        {
            AllowCredentialsList.Dispose();
            _allowedCredentialsExList?.Dispose();

            Helper.SafeFreeHGlobal(ref AllowCredentialsExListPtr);
            Helper.SafeFreeHGlobal(ref U2fAppIdUsedBoolPtr);
            Helper.SafeFreeHGlobal(ref CancellationId);
        }