X509Certificate.CreateFromSignedFile(String) Methode

Definitie

Let op

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

Hiermee maakt u een X.509v3-certificaat op basis van het opgegeven ondertekende bestand.

public:
 static System::Security::Cryptography::X509Certificates::X509Certificate ^ CreateFromSignedFile(System::String ^ filename);
[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}")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromSignedFile(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.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}")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member CreateFromSignedFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate
static member CreateFromSignedFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member CreateFromSignedFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate
Public Shared Function CreateFromSignedFile (filename As String) As X509Certificate

Parameters

filename
String

Het pad van het ondertekende bestand waaruit het X.509-certificaat moet worden gemaakt.

Retouren

Het zojuist gemaakte X.509-certificaat.

Kenmerken

Opmerkingen

ASN.1 DER is de enige certificaatindeling die door deze klasse wordt ondersteund.

Van toepassing op