Visual Basic (Declaration) | |
---|---|
Public Shared Function Create( _ ByVal encryptedKey() As Byte, _ ByVal decryptor As IAsymmetricDecryptor _ ) As SymmetricProtector |
Visual Basic (Usage) | ![]() |
---|---|
Dim encryptedKey() As Byte Dim decryptor As IAsymmetricDecryptor Dim value As SymmetricProtector value = SymmetricProtector.Create(encryptedKey, decryptor) |
C# | |
---|---|
public static SymmetricProtector Create( byte[] encryptedKey, IAsymmetricDecryptor decryptor ) |
C++/CLI | |
---|---|
public: static SymmetricProtector^ Create( array<byte>^ encryptedKey, IAsymmetricDecryptor^ decryptor ) |
Parameters
- encryptedKey
- decryptor
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