Opc.Ua.Core
RedactionStrategies Class
Members 



Opc.Ua.Redaction Namespace : RedactionStrategies Class
Collection 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));
Syntax
'Declaration
 
Public MustInherit NotInheritable Class RedactionStrategies 
'Usage
 
Dim instance As RedactionStrategies
public static class RedactionStrategies 
public ref class RedactionStrategies abstract sealed 
Remarks
The redaction is off by default and can be enabled by implementing IRedactionStrategy and setting it via SetStrategy.
Inheritance Hierarchy

System.Object
   Opc.Ua.Redaction.RedactionStrategies

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RedactionStrategies Members
Opc.Ua.Redaction Namespace