Table of Contents

Class CertChainType

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll

Implementation of the RFC 3546 3.3. CertChainType.

public abstract class CertChainType
Inheritance
CertChainType
Inherited Members

Fields

individual_certs

public const short individual_certs = 0

Field Value

short

pkipath

public const short pkipath = 1

Field Value

short

Methods

GetName(short)

public static string GetName(short certChainType)

Parameters

certChainType short

Returns

string

GetText(short)

public static string GetText(short certChainType)

Parameters

certChainType short

Returns

string

IsValid(short)

public static bool IsValid(short certChainType)

Parameters

certChainType short

Returns

bool