C# Class GSF.Security.Authentication.Scram

Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Private Methods

Méthode Description
ComputeAuthMessage ( byte serverNonce, byte clientNonce, byte salt, byte username, int iterations, byte additionalChallenge ) : byte[]
ComputeClientKey ( HashMethod hashMethod, byte saltedPassword ) : byte[]
ComputeHMAC ( HashMethod hashMethod, byte key, byte message ) : byte[]
ComputeServerKey ( HashMethod hashMethod, byte saltedPassword ) : byte[]
ComputeStoredKey ( HashMethod hashMethod, byte clientKey ) : byte[]
CreateDigest ( HashMethod hashMethod ) : IDigest
GenerateSaltedPassword ( byte passwordBytes, byte salt, int iterations ) : byte[]
GenerateSaltedPassword ( string password, byte salt, int iterations ) : byte[]
XOR ( byte a, byte b ) : byte[]