Table of Contents

Class SafeBigNum

Namespace
Yubico.PlatformInterop
Assembly
Yubico.Core.dll
public class SafeBigNum : SafeHandle
Inheritance
object
CriticalFinalizerObject
SafeHandle
SafeBigNum

Constructors

SafeBigNum()

public SafeBigNum()

SafeBigNum(IntPtr, bool)

public SafeBigNum(IntPtr invalidHandleValue, bool ownsHandle)

Parameters

invalidHandleValue IntPtr
ownsHandle bool

Properties

IsInvalid

public override bool IsInvalid { get; }

Property Value

bool

Methods

ReleaseHandle()

protected override bool ReleaseHandle()

Returns

bool