Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
OpenSSL
Core
OpenSslError
C# Class OpenSSL.Core.OpenSslError
This is a struct that contains a uint for the native openssl error code. It provides helper methods to convert this error code into strings.
Show file
Open project: langhuihui/csharprtmp
Public Methods
Method
Description
OpenSslError
(
uint
err
) :
System
Constructs an OpenSslError object.
Method Details
OpenSslError()
public
method
Constructs an OpenSslError object.
public
OpenSslError
(
uint
err
) :
System
err
uint
The native error code
return
System