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