BufferCleaner Constructor
See Also 
SourceCode.Security.Cryptography Namespace > BufferCleaner Class : BufferCleaner Constructor



buffer

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal buffer() As Byte _
)
Visual Basic (Usage) Copy Code
Dim buffer() As Byte
 
Dim instance As New BufferCleaner(buffer)
C#  
public BufferCleaner( 
   byte[] buffer
)
C++/CLI  
public:
BufferCleaner( 
   array<byte>^ buffer
)

Parameters

buffer

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