Enum DtlsRecordFlags
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
[Flags]
public enum DtlsRecordFlags
Fields
IsNewest = 1The record is newer (by epoch and sequence number) than any record received previously.
None = 0UsesConnectionID = 2The record includes the (valid) connection ID (RFC 9146) for this connection.