System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile Method

Creates an X.509v3 certificate from the specified signed file.

Syntax

public static X509Certificate CreateFromSignedFile (string filename)

Parameters

filename
The path of the signed file from which to create the X.509 certificate.

Returns

The newly created X.509 certificate.

Remarks

ASN.1 DER is the only certificate format supported by this class.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0