Freigeben über


AsymmetricKeyAlgorithmProvider.ImportKeyPair Methode

Definition

Überlädt

ImportKeyPair(IBuffer)

Importiert ein öffentliches/privates Schlüsselpaar aus einem Puffer.

ImportKeyPair(IBuffer, CryptographicPrivateKeyBlobType)

Importiert ein öffentliches/privates Schlüsselpaar aus einem Puffer im angegebenen Format.

ImportKeyPair(IBuffer)

Importiert ein öffentliches/privates Schlüsselpaar aus einem Puffer.

public:
 virtual CryptographicKey ^ ImportKeyPair(IBuffer ^ keyBlob) = ImportKeyPair;
/// [Windows.Foundation.Metadata.Overload("ImportDefaultPrivateKeyBlob")]
CryptographicKey ImportKeyPair(IBuffer const& keyBlob);
[Windows.Foundation.Metadata.Overload("ImportDefaultPrivateKeyBlob")]
public CryptographicKey ImportKeyPair(IBuffer keyBlob);
function importKeyPair(keyBlob)
Public Function ImportKeyPair (keyBlob As IBuffer) As CryptographicKey

Parameter

keyBlob
IBuffer

Puffer, der das zu importierende Schlüsselpaar enthält.

Gibt zurück

Stellt das importierte Schlüsselpaar dar.

Attribute

Weitere Informationen

Gilt für:

ImportKeyPair(IBuffer, CryptographicPrivateKeyBlobType)

Importiert ein öffentliches/privates Schlüsselpaar aus einem Puffer im angegebenen Format.

public:
 virtual CryptographicKey ^ ImportKeyPair(IBuffer ^ keyBlob, CryptographicPrivateKeyBlobType BlobType) = ImportKeyPair;
/// [Windows.Foundation.Metadata.Overload("ImportKeyPairWithBlobType")]
CryptographicKey ImportKeyPair(IBuffer const& keyBlob, CryptographicPrivateKeyBlobType const& BlobType);
[Windows.Foundation.Metadata.Overload("ImportKeyPairWithBlobType")]
public CryptographicKey ImportKeyPair(IBuffer keyBlob, CryptographicPrivateKeyBlobType BlobType);
function importKeyPair(keyBlob, BlobType)
Public Function ImportKeyPair (keyBlob As IBuffer, BlobType As CryptographicPrivateKeyBlobType) As CryptographicKey

Parameter

keyBlob
IBuffer

Puffer, der das zu importierende Schlüsselpaar enthält.

BlobType
CryptographicPrivateKeyBlobType

Ein CryptographicPrivateKeyBlobType-Enumerationswert , der Informationen zum privaten Schlüssel angibt, der im keyBlob-Puffer enthalten ist. Der Standardwert ist Pkcs8RawPrivateKeyInfo.

Gibt zurück

Stellt das importierte Schlüsselpaar dar.

Attribute

Weitere Informationen

Gilt für: