Table of Contents

Class SupplementalDataEntry

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

Constructors

SupplementalDataEntry(int, byte[])

public SupplementalDataEntry(int dataType, byte[] data)

Parameters

dataType int
data byte[]

Properties

Data

public byte[] Data { get; }

Property Value

byte[]

DataType

public int DataType { get; }

Property Value

int