WindowsAuthFeature Class

Namespace
CondenserDotNet.Middleware.WindowsAuthentication
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IDisposable"]-.->Type Interface1["IWindowsAuthFeature"]-.->Type click Interface1 "/CondenserDocs/api/CondenserDotNet.Middleware.WindowsAuthentication/IWindowsAuthFeature" Type["WindowsAuthFeature"] class Type type-node

Syntax

public class WindowsAuthFeature : IDisposable, IWindowsAuthFeature

Constructors

Name Summary
WindowsAuthFeature()

Properties

Name Value Summary
Identity WindowsIdentity

Methods

Name Value Summary
Dispose() void
GetUser() WindowsIdentity
ProcessHandshake(string, byte[]) string