Gurux.DLMS.GXDLMSServer.ValidateAuthentication C# (CSharp) Метод

ValidateAuthentication() защищенный абстрактный Метод

Check whether the authentication and password are correct.
protected abstract ValidateAuthentication ( Authentication authentication, byte password ) : SourceDiagnostic
authentication Authentication Authentication level.
password byte Password
Результат SourceDiagnostic
        protected abstract SourceDiagnostic ValidateAuthentication(
            Authentication authentication, byte[] password);