C# 클래스 Dicom.Network.OpenSslPrivateKey

상속: IDisposable
파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FromPemFile ( string file ) : OpenSslPrivateKey
OpenSslPrivateKey ( IntPtr pkey ) : System
OpenSslPrivateKey ( OpenSslBIO bio ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FromPemFile() 공개 정적인 메소드

public static FromPemFile ( string file ) : OpenSslPrivateKey
file string
리턴 OpenSslPrivateKey

OpenSslPrivateKey() 공개 메소드

public OpenSslPrivateKey ( IntPtr pkey ) : System
pkey System.IntPtr
리턴 System

OpenSslPrivateKey() 공개 메소드

public OpenSslPrivateKey ( OpenSslBIO bio ) : System
bio OpenSslBIO
리턴 System