X509Certificate.CreateFromSignedFile(String) Yöntem

Tanım

Belirtilen imzalı dosyadan bir X.509v3 sertifikası oluşturur.

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);
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

Parametreler

filename
String

X.509 sertifikasının oluşturulacağı imzalı dosyanın yolu.

Döndürülenler

X509Certificate

Yeni oluşturulan X.509 sertifikası.

Öznitelikler

Açıklamalar

ASN.1 DER, bu sınıf tarafından desteklenen tek sertifika biçimidir.

Şunlara uygulanır