Opc.Ua.Core
Redact Method (IRedactionStrategy)



Opc.Ua.Redaction Namespace > IRedactionStrategy Interface : Redact Method
Returns a string representation of value without sensitive data.
Syntax
'Declaration
 
Function Redact( _
   ByVal value As Object _
) As String
'Usage
 
Dim instance As IRedactionStrategy
Dim value As Object
Dim value As String
 
value = instance.Redact(value)
string Redact( 
   object value
)
String^ Redact( 
   Object^ value
) 

Parameters

value
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

IRedactionStrategy Interface
IRedactionStrategy Members