Table of Contents

Class SslConnectionOptions

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll
public class SslConnectionOptions
Inheritance
SslConnectionOptions
Inherited Members

Constructors

SslConnectionOptions()

public SslConnectionOptions()

Fields

ValidateCertificate

The delegate responsible for validating the certificate supplied by the remote party.

public RemoteCertificateValidationCallback ValidateCertificate

Field Value

RemoteCertificateValidationCallback

Properties

CheckCertificateRevocation

Specifies whether the certificate revocation list is checked during authentication.

public bool CheckCertificateRevocation { get; set; }

Property Value

bool

EnabledSslProtocols

Defines enabled versions of SSL Protocols for SMPP connection.

public SslProtocols EnabledSslProtocols { get; set; }

Property Value

SslProtocols