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



masterKey

Glossary Item Box

Syntax

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

Parameters

masterKey

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