Release Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK has successfully used the element(s) requested and the caller can now release any resources related to obtaining the data.
C#
public const KeyEntryRequest Release
Returns
Remarks
Note that a delegate MUST NEVER throw an exception if the
Request
is Release
. The Release
is called from
inside a finally
block, and it is a bad idea to throw
exceptions from inside finally
.