The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
X509Certificate::CreateFromSignedFile Method (String^)
.NET Framework (current version)
Creates an X.509v3 certificate from the specified signed file.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- filename
-
Type:
System::String^
The path of the signed file from which to create the X.509 certificate.
Return Value
Type: System.Security.Cryptography.X509Certificates::X509Certificate^The newly created X.509 certificate.
ASN.1 DER is the only certificate format supported by this class.
FileIOPermission
for the ability to read the file specified by the filename parameter. Associated enumeration: FileIOPermissionAccess::Read
.NET Framework
Available since 1.1
Available since 1.1
Show: