CryptographicKey.Export Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Export() |
Exporte la paire de clés dans une mémoire tampon. |
Export(CryptographicPrivateKeyBlobType) |
Exporte la paire de clés vers une mémoire tampon selon un format spécifié. |
Export()
Exporte la paire de clés dans une mémoire tampon.
public:
virtual IBuffer ^ Export() = Export;
/// [Windows.Foundation.Metadata.Overload("ExportDefaultPrivateKeyBlobType")]
IBuffer Export();
[Windows.Foundation.Metadata.Overload("ExportDefaultPrivateKeyBlobType")]
public IBuffer Export();
function export()
Public Function Export () As IBuffer
Retours
Mémoire tampon qui contient la paire de clés.
- Attributs
Voir aussi
S’applique à
Export(CryptographicPrivateKeyBlobType)
Exporte la paire de clés vers une mémoire tampon selon un format spécifié.
public:
virtual IBuffer ^ Export(CryptographicPrivateKeyBlobType BlobType) = Export;
/// [Windows.Foundation.Metadata.Overload("ExportPrivateKeyWithBlobType")]
IBuffer Export(CryptographicPrivateKeyBlobType const& BlobType);
[Windows.Foundation.Metadata.Overload("ExportPrivateKeyWithBlobType")]
public IBuffer Export(CryptographicPrivateKeyBlobType BlobType);
function export(BlobType)
Public Function Export (BlobType As CryptographicPrivateKeyBlobType) As IBuffer
Paramètres
- BlobType
- CryptographicPrivateKeyBlobType
Valeur d’énumération CryptographicPrivateKeyBlobType qui spécifie le format de la clé dans la mémoire tampon. La valeur par défaut est Pkcs8RawPrivateKeyInfo.
Retours
Mémoire tampon qui contient la paire de clés.
- Attributs