Opc.Ua.Core
Create<T> Method (Redact)



Opc.Ua.Redaction Namespace > Redact Class : Create<T> Method
Creates a wrapper to hold value. When System.Object.ToString is called on the resulting wrapper it will invoke the redaction strategy to censor the sensitive data held by value.
Syntax
'Declaration
 
Public Shared Function Create(Of T)( _
   ByVal value As T _
) As RedactionWrapper(Of T)
'Usage
 
Dim value As T
Dim value As RedactionWrapper(Of T)
 
value = Redact.Create(Of T)(value)
public static RedactionWrapper<T> Create<T>( 
   T value
)
public:
static RedactionWrapper<T^>^ Creategeneric<typename T>
( 
   T^ value
) 

Parameters

value

Type Parameters

T
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

Redact Class
Redact Members