TestimoX

API Reference

Enum

SpnAccountKind

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

Scope of SPN-bearing accounts to include.

Inheritance

  • Enum
  • SpnAccountKind

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 SpnAccountKind Any #

Users and computers.

Value: 0
public const SpnAccountKind User #

Users only.

Value: 1
public const SpnAccountKind Computer #

Computers only.

Value: 2