Język

X509Certificate.Export Metoda

Definicja

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów.

Przeciążenia

Nazwa Opis
Export(X509ContentType)

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów w formacie opisanym przez jedną z X509ContentType wartości.

Export(X509ContentType, SecureString)

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów przy użyciu określonego formatu i hasła.

Export(X509ContentType, String)

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów w formacie opisanym przez jedną z X509ContentType wartości i przy użyciu określonego hasła.

Export(X509ContentType)

Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów w formacie opisanym przez jedną z X509ContentType wartości.

public:
 virtual cli::array <System::Byte> ^ Export(System::Security::Cryptography::X509Certificates::X509ContentType contentType);
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType);
abstract member Export : System.Security.Cryptography.X509Certificates.X509ContentType -> byte[]
override this.Export : System.Security.Cryptography.X509Certificates.X509ContentType -> byte[]
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member Export : System.Security.Cryptography.X509Certificates.X509ContentType -> byte[]
override this.Export : System.Security.Cryptography.X509Certificates.X509ContentType -> byte[]
Public Overridable Function Export (contentType As X509ContentType) As Byte()

Parametry

contentType
X509ContentType

X509ContentType Jedna z wartości opisujących sposób formatowania danych wyjściowych.

Zwraca

Byte[]

Tablica bajtów reprezentująca bieżący X509Certificate obiekt.

Atrybuty

Wyjątki

Wartość inna niż Cert, SerializedCertlub Pkcs12 została przekazana do parametru contentType .

— lub —

Nie można wyeksportować certyfikatu.

Przykłady

Poniższy przykład ładuje plik certyfikatu X.509 do X509Certificate obiektu, eksportuje certyfikat jako tablicę bajtów, a następnie importuje tablicę bajtów do innego X509Certificate obiektu.

using System;
using System.Security.Cryptography.X509Certificates;

public class X509
{

    public static void Main()
    {

        // The path to the certificate.
        string Certificate = "test.pfx";

        // Load the certificate into an X509Certificate object.
        X509Certificate cert = new X509Certificate(Certificate);

        byte[] certData = cert.Export(X509ContentType.Cert);

        X509Certificate newCert = new X509Certificate(certData);

        // Get the value.
        string resultsTrue = newCert.ToString(true);

        // Display the value to the console.
        Console.WriteLine(resultsTrue);

        // Get the value.
        string resultsFalse = newCert.ToString(false);

        // Display the value to the console.
        Console.WriteLine(resultsFalse);
    }
}
Imports System.Security.Cryptography.X509Certificates


Module X509

    Sub Main()

        ' The path to the certificate.
        Dim Certificate As String = "test.pfx"

        ' Load the certificate into an X509Certificate object.
        Dim cert As New X509Certificate(Certificate)


        Dim certData As Byte() = cert.Export(X509ContentType.Cert)

        Dim newCert As New X509Certificate(certData)

        ' Get the value.
        Dim resultsTrue As String = newCert.ToString(True)

        ' Display the value to the console.
        Console.WriteLine(resultsTrue)

        ' Get the value.
        Dim resultsFalse As String = newCert.ToString(False)

        ' Display the value to the console.
        Console.WriteLine(resultsFalse)

    End Sub
End Module

Uwagi

Parametr contentType akceptuje tylko następujące wartości X509ContentType wyliczenia: Cert, SerializedCerti Pkcs12. Przekazywanie dowolnej innej wartości powoduje CryptographicException , że element zostanie zgłoszony.

Dotyczy

Export(X509ContentType, SecureString)

Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów przy użyciu określonego formatu i hasła.

public:
 virtual cli::array <System::Byte> ^ Export(System::Security::Cryptography::X509Certificates::X509ContentType contentType, System::Security::SecureString ^ password);
[System.CLSCompliant(false)]
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString? password);
[System.CLSCompliant(false)]
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString password);
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString password);
[<System.CLSCompliant(false)>]
abstract member Export : System.Security.Cryptography.X509Certificates.X509ContentType * System.Security.SecureString -> byte[]
override this.Export : System.Security.Cryptography.X509Certificates.X509ContentType * System.Security.SecureString -> byte[]
abstract member Export : System.Security.Cryptography.X509Certificates.X509ContentType * System.Security.SecureString -> byte[]
override this.Export : System.Security.Cryptography.X509Certificates.X509ContentType * System.Security.SecureString -> byte[]
Public Overridable Function Export (contentType As X509ContentType, password As SecureString) As Byte()

Parametry

contentType
X509ContentType

X509ContentType Jedna z wartości opisujących sposób formatowania danych wyjściowych.

password
SecureString

Hasło wymagane do uzyskania dostępu do danych certyfikatu X.509.

Zwraca

Byte[]

Tablica bajtów reprezentująca bieżący X509Certificate obiekt.

Atrybuty

Wyjątki

Wartość inna niż Cert, SerializedCertlub Pkcs12 została przekazana do parametru contentType .

— lub —

Nie można wyeksportować certyfikatu.

Uwagi

Parametr contentType akceptuje tylko następujące wartości X509ContentType wyliczenia: Cert, SerializedCerti Pkcs12. Przekazywanie dowolnej innej wartości powoduje CryptographicException , że element zostanie zgłoszony.

Ważna

Nigdy nie kodzie twardym hasła w kodzie źródłowym. Trwale zakodowane hasła można pobrać z zestawu przy użyciu Ildasm.exe (IL Dezasembler), edytora szesnastkowego lub po prostu otwierając zestaw w edytorze tekstów, takim jak Notepad.exe.

Dotyczy

Export(X509ContentType, String)

Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs
Źródło:
X509Certificate.cs

Eksportuje bieżący X509Certificate obiekt do tablicy bajtów w formacie opisanym przez jedną z X509ContentType wartości i przy użyciu określonego hasła.

public:
 virtual cli::array <System::Byte> ^ Export(System::Security::Cryptography::X509Certificates::X509ContentType contentType, System::String ^ password);
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string? password);
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password);
abstract member Export : System.Security.Cryptography.X509Certificates.X509ContentType * string -> byte[]
override this.Export : System.Security.Cryptography.X509Certificates.X509ContentType * string -> byte[]
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member Export : System.Security.Cryptography.X509Certificates.X509ContentType * string -> byte[]
override this.Export : System.Security.Cryptography.X509Certificates.X509ContentType * string -> byte[]
Public Overridable Function Export (contentType As X509ContentType, password As String) As Byte()

Parametry

contentType
X509ContentType

X509ContentType Jedna z wartości opisujących sposób formatowania danych wyjściowych.

password
String

Hasło wymagane do uzyskania dostępu do danych certyfikatu X.509.

Zwraca

Byte[]

Tablica bajtów reprezentująca bieżący X509Certificate obiekt.

Atrybuty

Wyjątki

Wartość inna niż Cert, SerializedCertlub Pkcs12 została przekazana do parametru contentType .

— lub —

Nie można wyeksportować certyfikatu.

Uwagi

Parametr contentType akceptuje tylko następujące wartości X509ContentType wyliczenia: Cert, SerializedCerti Pkcs12. Przekazywanie dowolnej innej wartości powoduje CryptographicException , że element zostanie zgłoszony.

Ważna

Nigdy nie kodzie twardym hasła w kodzie źródłowym. Trwale zakodowane hasła można pobrać z zestawu przy użyciu Ildasm.exe (IL Dezasembler), edytora szesnastkowego lub po prostu otwierając zestaw w edytorze tekstów, takim jak Notepad.exe.

Dotyczy