Freigeben über


Pkcs8PrivateKeyInfo.Create(AsymmetricAlgorithm) Methode

Definition

Exportiert einen angegebenen Schlüssel als PKCS#8-PrivateKeyInfo-Element und gibt dessen decodierte Interpretation zurück.

public:
 static System::Security::Cryptography::Pkcs::Pkcs8PrivateKeyInfo ^ Create(System::Security::Cryptography::AsymmetricAlgorithm ^ privateKey);
public static System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo Create (System.Security.Cryptography.AsymmetricAlgorithm privateKey);
static member Create : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo
Public Shared Function Create (privateKey As AsymmetricAlgorithm) As Pkcs8PrivateKeyInfo

Parameter

privateKey
AsymmetricAlgorithm

Der private Schlüssel, der in einem PKCS#8-PrivateKeyInfo-Element dargestellt werden soll.

Gibt zurück

Die decodierte Interpretation des exportierten PKCS#8-PrivateKeyInfo-Elements.

Ausnahmen

Der privateKey-Parameter ist null.

Gilt für:

Weitere Informationen