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