Table of Contents

Class SafeEcPoint

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

Constructors

SafeEcPoint()

public SafeEcPoint()

SafeEcPoint(IntPtr, bool)

public SafeEcPoint(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