Loads a DER encoded certificate from the specified file.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function LoadDer ( _ path As String _ ) As Certificate |
| C# |
|---|
public static Certificate LoadDer( string path ) |
Parameters
- path
- Type: System..::..String
Path to a file.