Sdílet prostřednictvím


X509Certificate.CreateFromSignedFile(String) Metoda

Definice

Upozornění

Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.

Vytvoří certifikát X.509v3 ze zadaného podepsaného souboru.

public:
 static System::Security::Cryptography::X509Certificates::X509Certificate ^ CreateFromSignedFile(System::String ^ filename);
public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromSignedFile (string filename);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromSignedFile (string filename);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Obsolete("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromSignedFile (string filename);
static member CreateFromSignedFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member CreateFromSignedFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Obsolete("Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.", DiagnosticId="SYSLIB0057", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member CreateFromSignedFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate
Public Shared Function CreateFromSignedFile (filename As String) As X509Certificate

Parametry

filename
String

Cesta podepsaného souboru, ze kterého se má vytvořit certifikát X.509.

Návraty

Nově vytvořený certifikát X.509.

Atributy

Poznámky

ASN.1 DER je jediný formát certifikátu podporovaný touto třídou.

Platí pro