RSAOAEPKeyExchangeDeformatter-Konstruktor ()
Initialisiert eine neue Instanz der RSAOAEPKeyExchangeDeformatter-Klasse.
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New RSAOAEPKeyExchangeDeformatter
public RSAOAEPKeyExchangeDeformatter ()
public:
RSAOAEPKeyExchangeDeformatter ()
public RSAOAEPKeyExchangeDeformatter ()
public function RSAOAEPKeyExchangeDeformatter ()
Hinweise
Legen Sie den Schlüssel mithilfe von SetKey fest, bevor Sie DecryptKeyExchange aufrufen.
Beispiel
Im folgenden Codebeispiel wird die Verwendung des RSAOAEPKeyExchangeDeformatter-Konstruktors zur Erstellung eines leeren OAEP-Schlüsselaustauschs veranschaulicht. Dieses Codebeispiel ist Teil eines umfangreicheren Beispiels für die RSAOAEPKeyExchangeDeformatter-Klasse.
Dim rsaDeformatter As New RSAOAEPKeyExchangeDeformatter
RSAOAEPKeyExchangeDeformatter rsaDeformatter =
new RSAOAEPKeyExchangeDeformatter();
RSAOAEPKeyExchangeDeformatter^ rsaDeformatter =
gcnew RSAOAEPKeyExchangeDeformatter;
RSAOAEPKeyExchangeDeformatter rsaDeformatter
= new RSAOAEPKeyExchangeDeformatter();
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
RSAOAEPKeyExchangeDeformatter-Klasse
RSAOAEPKeyExchangeDeformatter-Member
System.Security.Cryptography-Namespace