Enum IPv6AddressRedaction
- Namespace
- ZeroRedact
- Assembly
- ZeroRedact.dll
Defines the different types of redactions that can be applied to an IPv6 address.
public enum IPv6AddressRedaction
Fields
All = 0
The IPv6 address is redacted.
FixedLength = 1
The IPv4 address is redacted with a fixed length.
Full = 2
The IPv4 address is redacted, preserving symbols.
ShowLastQuartet = 3
The last quartet of the IPv6 address are shown.