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
MinHashStrength
public virtual int MinHashStrength { get; set; }
Property Value
MinKeyExchangeStrength
public virtual int MinKeyExchangeStrength { get; set; }
Property Value
SSLThumbPrint
public virtual string SSLThumbPrint { get; set; }
Property Value
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.