Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CreateDecryptor( _ ByVal certificate As X509Certificate2 _ ) As IAsymmetricDecryptor |
Visual Basic (Usage) | ![]() |
---|---|
Dim certificate As X509Certificate2 Dim value As IAsymmetricDecryptor value = AsymmetricProtector.CreateDecryptor(certificate) |
C# | |
---|---|
public static IAsymmetricDecryptor CreateDecryptor( X509Certificate2 certificate ) |
C++/CLI | |
---|---|
public: static IAsymmetricDecryptor^ CreateDecryptor( X509Certificate2^ certificate ) |
Parameters
- certificate
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