C# 클래스 GSF.Security.Authentication.Scram

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

비공개 메소드들

메소드 설명
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[]