Create Method
See Also 
SourceCode.Security.Cryptography Namespace > SymmetricProtector Class : Create Method



encryptedKey
decryptor

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function Create( _
   ByVal encryptedKey() As Byte, _
   ByVal decryptor As IAsymmetricDecryptor _
) As SymmetricProtector
Visual Basic (Usage) Copy Code
Dim encryptedKey() As Byte
Dim decryptor As IAsymmetricDecryptor
Dim value As SymmetricProtector
 
value = SymmetricProtector.Create(encryptedKey, decryptor)

Parameters

encryptedKey
decryptor

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