Table of Contents

Class CertificateEntry

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
public sealed class CertificateEntry
Inheritance
CertificateEntry
Inherited Members

Constructors

CertificateEntry(TlsCertificate, IDictionary<int, byte[]>)

public CertificateEntry(TlsCertificate certificate, IDictionary<int, byte[]> extensions)

Parameters

certificate TlsCertificate
extensions IDictionary<int, byte[]>

Properties

Certificate

public TlsCertificate Certificate { get; }

Property Value

TlsCertificate

Extensions

public IDictionary<int, byte[]> Extensions { get; }

Property Value

IDictionary<int, byte[]>