Class DtlsClientConnectionHelper
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class DtlsClientConnectionHelper : Object, IDisposable, DtlsClientConnection, InstanceFactory, GTypeProvider
- Inheritance
-
DtlsClientConnectionHelper
- Implements
- Inherited Members
Constructors
DtlsClientConnectionHelper(ObjectHandle)
public DtlsClientConnectionHelper(ObjectHandle handle)
Parameters
handle
ObjectHandle
Properties
ServerIdentity
public SocketConnectable ServerIdentity { get; set; }
Property Value
ValidationFlags
public TlsCertificateFlags ValidationFlags { get; set; }
Property Value
Methods
GetAcceptedCas()
[Version("2.48")]
public List GetAcceptedCas()
Returns
GetGType()
public static Type GetGType()
Returns
GetServerIdentity()
[Version("2.48")]
public SocketConnectable GetServerIdentity()
Returns
GetValidationFlags()
[Version("2.48")]
public TlsCertificateFlags GetValidationFlags()
Returns
New(DatagramBased, SocketConnectable?)
[Version("2.48")]
public static DatagramBased New(DatagramBased baseSocket, SocketConnectable? serverIdentity)
Parameters
baseSocket
DatagramBasedserverIdentity
SocketConnectable
Returns
SetServerIdentity(SocketConnectable)
[Version("2.48")]
public void SetServerIdentity(SocketConnectable identity)
Parameters
identity
SocketConnectable
SetValidationFlags(TlsCertificateFlags)
[Version("2.48")]
public void SetValidationFlags(TlsCertificateFlags flags)
Parameters
flags
TlsCertificateFlags