Table of Contents

Class SafeEvpCipherCtx

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

Constructors

SafeEvpCipherCtx()

public SafeEvpCipherCtx()

SafeEvpCipherCtx(IntPtr, bool)

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