C# Class Dicom.Network.OpenSslPrivateKey

Inheritance: IDisposable
Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FromPemFile ( string file ) : OpenSslPrivateKey
OpenSslPrivateKey ( IntPtr pkey ) : System
OpenSslPrivateKey ( OpenSslBIO bio ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FromPemFile() public static méthode

public static FromPemFile ( string file ) : OpenSslPrivateKey
file string
Résultat OpenSslPrivateKey

OpenSslPrivateKey() public méthode

public OpenSslPrivateKey ( IntPtr pkey ) : System
pkey System.IntPtr
Résultat System

OpenSslPrivateKey() public méthode

public OpenSslPrivateKey ( OpenSslBIO bio ) : System
bio OpenSslBIO
Résultat System