C# Класс GSF.Security.Authentication.ScramServer

Provides simple password based authentication that uses Secure Remote Password.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Users ScramUserCredentials

Открытые методы

Метод Описание
AuthenticateAsServer ( Stream stream, byte additionalChallenge = null ) : ScramServerSession

Requests that the provided stream be authenticated

ScramServer ( ) : System.IO

Описание методов

AuthenticateAsServer() публичный Метод

Requests that the provided stream be authenticated
public AuthenticateAsServer ( Stream stream, byte additionalChallenge = null ) : ScramServerSession
stream System.IO.Stream
additionalChallenge byte Additional data to include in the challenge. If using SSL certificates, /// adding the thumbprint to the challenge will allow detecting man in the middle attacks.
Результат ScramServerSession

ScramServer() публичный Метод

public ScramServer ( ) : System.IO
Результат System.IO

Описание свойств

Users публичное свойство

Contains the user credentials database
public ScramUserCredentials Users
Результат ScramUserCredentials