Class IPv6AuthenticationHeader

File: Network/IPv6/IPv6ExtensionHeaders.msg

C++ definition: click here

Authentication Header RFC 2402 Not Implemented

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

IPv6AuthenticationHeader IPv6ExtensionHeader

Extends:

IPv6ExtensionHeader

This serves as the base class for all the other extension headers.

Properties:

Name Value Description
omitGetVerb true

Source code:

class IPv6AuthenticationHeader extends IPv6ExtensionHeader
{
    properties:
        omitGetVerb = true;
    fields:
};