Class SafeBigNum
- Namespace
- Yubico.PlatformInterop
- Assembly
- Yubico.Core.dll
public class SafeBigNum : SafeHandle
- Inheritance
-
objectCriticalFinalizerObjectSafeHandleSafeBigNum
Constructors
SafeBigNum()
public SafeBigNum()
SafeBigNum(IntPtr, bool)
public SafeBigNum(IntPtr invalidHandleValue, bool ownsHandle)
Parameters
invalidHandleValue
IntPtrownsHandle
bool
Properties
IsInvalid
public override bool IsInvalid { get; }
Property Value
- bool
Methods
ReleaseHandle()
protected override bool ReleaseHandle()
Returns
- bool