KeyEntryData Constructor
KeyEntryData()
Create a new instance of the KeyEntryData
class.
C#
public KeyEntryData()
Remarks
Note that this class can contain sensitive data and it is a good idea
to call the Clear
method when done with it. The Clear
is not called automatically, because this class does not implement
IDisposable
. Hence, if your code creates an instance of this
class, you should make sure to call Clear
as soon as possible.