Opc.Ua.Core
Opc.Ua.Redaction Namespace
Inheritance Hierarchy
Classes
 ClassDescription
Class Helper class for redacting sensitive data.
ClassCollection of the redaction strategies. The redaction (censoring) can be applied to log message parameters, exception messages, and other sensitive data.
To use a strategy wrap the value with RedactionWrapper<T>, e.g. Utils.LogDebug("The password is {0}", RedactionWrapper.Create(password)); Utils.LogError("An exception occurred: {0}", RedactionWrapper.Create(exception));
Class Wraps the supplied value and applies the redaction strategy when converting to string.
Interfaces
 InterfaceDescription
Interface Represents a redaction (censoring) strategy.
See Also

Reference

Opc.Ua.Core Assembly