TestimoX

API Reference

Enum

KerberosTransport

Namespace ADPlayground.Network
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kerberos transport selection.

Inheritance

  • Enum
  • KerberosTransport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const KerberosTransport Udp #

Use UDP only.

Value: 0
public const KerberosTransport Tcp #

Use TCP only.

Value: 1
public const KerberosTransport Both #

Try UDP then TCP.

Value: 2