Freigeben über


DSASignatureDeformatter.SetKey-Methode

Gibt den Schlüssel für das Deformatierungsprogramm für DSA-Signaturen (Digital Signature Algorithm) an.

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides Sub SetKey ( _
    key As AsymmetricAlgorithm _
)
'Usage
Dim instance As DSASignatureDeformatter
Dim key As AsymmetricAlgorithm

instance.SetKey(key)
public override void SetKey (
    AsymmetricAlgorithm key
)
public:
virtual void SetKey (
    AsymmetricAlgorithm^ key
) override
public void SetKey (
    AsymmetricAlgorithm key
)
public override function SetKey (
    key : AsymmetricAlgorithm
)

Parameter

  • key
    Die Instanz von DSA, die den Schlüssel enthält.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, 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

.NET Compact Framework

Unterstützt in: 2.0

Siehe auch

Referenz

DSASignatureDeformatter-Klasse
DSASignatureDeformatter-Member
System.Security.Cryptography-Namespace

Weitere Ressourcen

Kryptografische Dienste