Table of Contents

Class TlsCertificateHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class TlsCertificateHandle : ObjectHandle, IDisposable
Inheritance
TlsCertificateHandle
Implements
Inherited Members

Constructors

TlsCertificateHandle(nint, bool)

public TlsCertificateHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static TlsCertificateHandle For<T>(ConstructArgument[] constructArguments) where T : TlsCertificate, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

TlsCertificateHandle

Type Parameters

T