Table of Contents

Class CertificateType

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

Constructors

CertificateType()

public CertificateType()

Fields

OpenPGP

public const byte OpenPGP = 1

Field Value

byte

RawPublicKey

public const byte RawPublicKey = 2

Field Value

byte

X509

public const byte X509 = 0

Field Value

byte