Table of Contents

Class Exportable

Namespace
Enterprises.Org.BouncyCastle.Bcpg.Sig
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class Exportable : SignatureSubpacket
Inheritance
Exportable
Inherited Members

Constructors

Exportable(bool, bool)

public Exportable(bool critical, bool isExportable)

Parameters

critical bool
isExportable bool

Exportable(bool, bool, byte[])

public Exportable(bool critical, bool isLongLength, byte[] data)

Parameters

critical bool
isLongLength bool
data byte[]

Methods

IsExportable()

public bool IsExportable()

Returns

bool