Show / Hide Table of Contents

Class LinuxUdsPeerAuthenticationHandler

Represents authentication handler that expects identity of the peer connected as a client to AMI.

Inheritance
object
LinuxUdsPeerAuthenticationHandler
Implements
IAuthenticationHandler
Inherited Members
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Maintenance.CommandLine.Authentication
Assembly: DotNext.MaintenanceServices.dll
Syntax
[CLSCompliant(false)]
public sealed class LinuxUdsPeerAuthenticationHandler : IAuthenticationHandler
Remarks

This handler requires that AMI client must be represented by Unix Domain Socket remote peer on Linux.

Constructors

View Source

LinuxUdsPeerAuthenticationHandler()

Declaration
public LinuxUdsPeerAuthenticationHandler()

Implements

IAuthenticationHandler

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)

See Also

LinuxUdsPeerIdentity
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾