Table of Contents

Class Revocable

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

Constructors

Revocable(bool, bool)

public Revocable(bool critical, bool isRevocable)

Parameters

critical bool
isRevocable bool

Revocable(bool, bool, byte[])

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

Parameters

critical bool
isLongLength bool
data byte[]

Methods

IsRevocable()

public bool IsRevocable()

Returns

bool