Class SupplementalDataEntry
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class SupplementalDataEntry
- Inheritance
-
SupplementalDataEntry
- Inherited Members
-
Constructors
SupplementalDataEntry(int, byte[])
public SupplementalDataEntry(int dataType, byte[] data)
Parameters
dataType
int
data
byte[]
Fields
mData
protected readonly byte[] mData
Field Value
- byte[]
mDataType
protected readonly int mDataType
Field Value
- int
Properties
Data
public virtual byte[] Data { get; }
Property Value
- byte[]
DataType
public virtual int DataType { get; }
Property Value
- int