Show / Hide Table of Contents

Dispose Method

Dispose()

When the ApplicationSession object goes out of scope, this method is called. It will close the session. The most important function of closing a session is to "un-authenticate" the management key and "un-verify" the PIN.

C#
public void Dispose()

Dispose(bool)

C#
protected virtual void Dispose(bool disposing)

Parameters

Type Name Description
bool disposing
In this article
Back to top Generated by DocFX