C# Class GSF.Security.Authentication.ScramServer

Provides simple password based authentication that uses Secure Remote Password.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Свойство Type Description
Users ScramUserCredentials

Méthodes publiques

Méthode Description
AuthenticateAsServer ( Stream stream, byte additionalChallenge = null ) : ScramServerSession

Requests that the provided stream be authenticated

ScramServer ( ) : System.IO

Method Details

AuthenticateAsServer() public méthode

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.
Résultat ScramServerSession

ScramServer() public méthode

public ScramServer ( ) : System.IO
Résultat System.IO

Property Details

Users public_oe property

Contains the user credentials database
public ScramUserCredentials Users
Résultat ScramUserCredentials