C# Class MonoMac.Security.SecCertificate

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
SecCertificate ( NSData data ) : System

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

SecCertificate() public method

public SecCertificate ( NSData data ) : System
data NSData
return System