C# Class Dicom.Network.OpenSslCertificate

Inheritance: IDisposable
ファイルを表示 Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FromPemFile ( string file ) : OpenSslCertificate
OpenSslCertificate ( IntPtr x509 ) : System
OpenSslCertificate ( OpenSslBIO bio ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FromPemFile() public static method

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

OpenSslCertificate() public method

public OpenSslCertificate ( IntPtr x509 ) : System
x509 System.IntPtr
return System

OpenSslCertificate() public method

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