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
Properties
Data
public byte[] Data { get; }
Property Value
- byte[]
DataType
public int DataType { get; }