APISettings

NAMESPACE

RASAdminEngine.Core.OutputModels.ConnectionBroker

DESCRIPTION

RAS Connection Broker API Settings

INHERITED FROM

RASSerilazableObj

APISettings

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

UInt32

APIPort

The API port.

String

APIToken

The API token.

UInt32

CertificateId

The ID of the specific Certificate to be used.

String

Cipher

Cipher string.

Boolean

CipherPreference

Enable or disable Use ciphers according to server preference.

CipherStrength

Cipher strength.

Boolean

EnableAPI

Whether the API is enabled or disabled.

MinSSLVersion

Minimum SSL version.

PUBLIC METHODS

Type
Name
Description

Int32

CompareTo (Object obj)

Inherited from RASSerilazableObj

Boolean

Equals (Object obj)

Inherited from RASSerilazableObj

Int32

GetHashCode ()

Inherited from RASSerilazableObj

Type

GetType ()

String

ToString ()

### References to Types

----

Last updated