C# 클래스 MonoMac.Security.SecCertificate

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool disposing ) : void
SecCertificate ( NSData data ) : System

비공개 메소드들

메소드 설명
GetTypeID ( ) : int
SecCertificate ( IntPtr handle ) : System
SecCertificate ( IntPtr handle, bool owns ) : System
SecCertificateCopyData ( IntPtr cert ) : IntPtr
SecCertificateCopySubjectSummary ( IntPtr cert ) : IntPtr
SecCertificateCreateWithData ( IntPtr allocator, IntPtr cfData ) : IntPtr

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

SecCertificate() 공개 메소드

public SecCertificate ( NSData data ) : System
data NSData
리턴 System