C# 클래스 Dicom.Network.OpenSslCertificate

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

공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FromPemFile() 공개 정적인 메소드

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

OpenSslCertificate() 공개 메소드

public OpenSslCertificate ( IntPtr x509 ) : System
x509 System.IntPtr
리턴 System

OpenSslCertificate() 공개 메소드

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