X509CertificateLoader.LoadCertificateFromFile(String) 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.
Charge un seul certificat X.509 (dans l’encodage PEM ou DER) à partir du fichier spécifié.
public:
static System::Security::Cryptography::X509Certificates::X509Certificate2 ^ LoadCertificateFromFile(System::String ^ path);
public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificateFromFile (string path);
static member LoadCertificateFromFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Shared Function LoadCertificateFromFile (path As String) As X509Certificate2
Paramètres
- path
- String
Chemin d’accès du fichier à ouvrir.
Retours
Certificat chargé.
Exceptions
path
est null
.
Les données ne se chargent pas en tant que certificat X.509 valide.
Une erreur s’est produite lors du chargement du fichier spécifié.
Remarques
Cette méthode charge uniquement des certificats simples, identifiés comme Cert par GetCertContentType(String)