C# Class Dicom.Network.OpenSslPrivateKey

Inheritance: IDisposable
显示文件 Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FromPemFile ( string file ) : OpenSslPrivateKey
OpenSslPrivateKey ( IntPtr pkey ) : System
OpenSslPrivateKey ( OpenSslBIO bio ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FromPemFile() public static method

public static FromPemFile ( string file ) : OpenSslPrivateKey
file string
return OpenSslPrivateKey

OpenSslPrivateKey() public method

public OpenSslPrivateKey ( IntPtr pkey ) : System
pkey System.IntPtr
return System

OpenSslPrivateKey() public method

public OpenSslPrivateKey ( OpenSslBIO bio ) : System
bio OpenSslBIO
return System