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

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

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

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

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

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

Requests that the provided stream be authenticated

SrpServer ( ) : System.IO

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

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

Requests that the provided stream be authenticated
public AuthenticateAsServer ( Stream stream, byte additionalChallenge = null ) : SrpServerSession
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.
Результат SrpServerSession

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

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

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

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

Contains the user credentials database
public SrpUserCredentials,GSF.Security.Authentication Users
Результат SrpUserCredentials