Class DtlsParameters
A set of DTLS parameters.
Inheritance
System.Object
DtlsParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class DtlsParameters
Constructors
DtlsParameters(DtlsRole, DtlsFingerprint[])
Initializes a new instance of the DtlsParameters class.
Declaration
public DtlsParameters(DtlsRole role, DtlsFingerprint[] fingerprints)
Parameters
Type | Name | Description |
---|---|---|
DtlsRole | role | The role. |
DtlsFingerprint[] | fingerprints | The fingerprints. |
DtlsParameters(DtlsRole, DtlsFingerprint[], DtlsRole)
Initializes a new instance of the DtlsParameters class.
Declaration
public DtlsParameters(DtlsRole role, DtlsFingerprint[] fingerprints, DtlsRole preferredRole)
Parameters
Type | Name | Description |
---|---|---|
DtlsRole | role | The role. |
DtlsFingerprint[] | fingerprints | The fingerprints. |
DtlsRole | preferredRole | The preferred role. |
Properties
Fingerprint
Gets or sets the fingerprint.
Declaration
public DtlsFingerprint Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
DtlsFingerprint |
Fingerprints
Gets or sets the fingerprints.
Declaration
public DtlsFingerprint[] Fingerprints { get; set; }
Property Value
Type | Description |
---|---|
DtlsFingerprint[] |
PreferredRole
Gets or sets the preferred role.
Declaration
public DtlsRole PreferredRole { get; set; }
Property Value
Type | Description |
---|---|
DtlsRole |
Role
Gets or sets the role.
Declaration
public DtlsRole Role { get; set; }
Property Value
Type | Description |
---|---|
DtlsRole |