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