Table of Contents

Class CertChainType

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class CertChainType
Inheritance
CertChainType
Inherited Members

Constructors

CertChainType()

protected CertChainType()

Fields

individual_certs

public const byte individual_certs = 0

Field Value

byte

pkipath

public const byte pkipath = 1

Field Value

byte

Methods

IsValid(byte)

public static bool IsValid(byte certChainType)

Parameters

certChainType byte

Returns

bool