Table of Contents

Class CipherSettings

Namespace
Sportradar.LiveData.Sdk.Common.Types
Assembly
Sportradar.LiveData.Sdk.dll
public class CipherSettings : ICipherSettings, ICloneable
Inheritance
CipherSettings
Implements
Inherited Members

Constructors

CipherSettings()

public CipherSettings()

Properties

MinCipherStrength

public virtual int MinCipherStrength { get; set; }

Property Value

int

MinHashStrength

public virtual int MinHashStrength { get; set; }

Property Value

int

MinKeyExchangeStrength

public virtual int MinKeyExchangeStrength { get; set; }

Property Value

int

SSLThumbPrint

public virtual string SSLThumbPrint { get; set; }

Property Value

string

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.