Skip to content

ISimplePipelinePack.AuthenticationType ​

The authentication method used for the connection.

Kind: Enum

Namespace: CrowdControl.Games.Packs

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

AuthenticationType

None

No authentication required.

AuthenticationType

SendKey

The remote sude sends a login request and the local side responds with login information.

AuthenticationType

DemandKey

The remote side sends a login request and the local side responds with a hash of the password.

AuthenticationType

SharedKey

Shared-key encrypted communication.

Enums

ISimplePipelinePack.AuthenticationType

[None = 0, SendKey = 1, DemandKey = 2, SharedKey = 3]

The authentication method used for the connection.